Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 23 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,29 @@ Project 0 Getting Started

**University of Pennsylvania, CIS 565: GPU Programming and Architecture, Project 0**

* (TODO) YOUR NAME HERE
* (TODO) [LinkedIn](), [personal website](), [twitter](), etc.
* Tested on: (TODO) Windows 22, i7-2222 @ 2.22GHz 22GB, GTX 222 222MB (Moore 2222 Lab)
* Jacky Lu
* [LinkedIn](https://www.linkedin.com/in/jacky-lu-506968129/)
* Tested on: Windows 10 Education, i9-9900k @ 3.60GHz 64GB, NVIDIA GeForce RTX 2080 8192MB (Personal)

### (TODO: Your README)
# README

Include screenshots, analysis, etc. (Remember, this is public, so don't put
anything here that you don't want to share with the world.)
## Compute Capability
* ### Compute Capability of my CUDA-compatible GPU (GeForce RTX 2080): 7.5

## Result:
* ### Screenshot from Part 3.1.1
![](images/screenshot_3.1.1.png)
* ### Screenshot of the timeline from Part 3.1.2's Nsight System's performance analysis
![](images/screenshot_3.1.2.png)
* ### Screenshot of the Autos window and the Warp Info from Part 3.1.3's Nsight debugging
(I was playing with the debugger and have been trying out breakpoints at different places, so you might not find the breakpoint on Line 30 when you open the file in Visual Studio)
![](images/screenshot_3.1.3_warp_info.png)
* ### Screenshots of WebGL 1 and WebGL 2 support from Part 3.2
* ##### WebGL 1
![](images/screenshot_3.2_webgl_1.png)
* ##### WebGL 2
![](images/screenshot_3.2_webgl_2.png)
* ### Screenshot from Part 3.2 (`float3 barycentrics = float3(0, 0.8, 0);`)
![](images/screenshot_3.3_1.png)
* ### Screenshot from Part 3.2 (`float3 barycentrics = float3(0, 0.8, 0.8);`)
![](images/screenshot_3.3_2.png)
Binary file added build/.vs/cis565_getting_started/v16/.suo
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
181 changes: 181 additions & 0 deletions build/ALL_BUILD.vcxproj

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions build/ALL_BUILD.vcxproj.filters
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<CustomBuild Include="D:\Google Drive\Penn\4th_year\fall\CIS_565\homework\Project0-Getting-Started\cuda-getting-started\CMakeLists.txt" />
</ItemGroup>
<ItemGroup>
</ItemGroup>
</Project>
4 changes: 4 additions & 0 deletions build/ALL_BUILD.vcxproj.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup />
</Project>
Loading