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
38 changes: 34 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,41 @@ Project 0 Getting Started

**University of Pennsylvania, CIS 5650: 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)
* Yuning Wen
* (TODO) [LinkedIn](), [personal website](), [twitter](), etc. (Will update links)
* Tested on: Windows 11, i9-12900H @ 2.50GHz 16GB, NVIDIA GeForce RTX 3060 Laptop GPU (Personal Laptop)

### (TODO: Your README)
### README

Though it took me a long time, but everything start with this graph runs successfully.

![2.1.2](images/screenshot%202.1.2.png)

Then I successfully run the Nsight Visual Studio Edition to play around with Nsight toolkit to visually see how things works.

![2.1.3 auto](images/Autos%202.1.3.png)

![2.1.3 warp](images/Warp%20info%202.1.3.png)

The Nsight Systems helps us check the whole process after the project ends. It is possible to check details when running and check potential errors or cause of bugs.

![2.1.4 analysis](images/Analysis%20Summary%202.1.4.png)

![2.1.4 timeline](images/Timeline%202.1.4.png)

While all previous things work well, this Nsight Compute keeps returning UnknownError. By searching the Nvidia Q&A, it seems like a known bug to CUDA 13.0 that NVIDIA is currently working on. I believe that this information should be up to date, but I'll still have a try to check and keep tracking to see if there are other methods provided to solve this problem.

![2.1.5](images/Process%20error%202.1.5.png)

The following are WebGL and WebGPU check.

![2.2.1](images/2.2%20WebGL%201.png)

![2.2.2](images/2.2%20WebGL%202.png)

![2.3.1](images/WebGPU%20Chorme%202.3.png)

![2.3.2](images/WebGPU%20Edge%202.3.png)

Include screenshots, analysis, etc. (Remember, this is public, so don't put
anything here that you don't want to share with the world.)
Binary file not shown.
Binary file added build/.vs/cuda-gl-check/v17/.suo
Binary file not shown.
Binary file added build/.vs/cuda-gl-check/v17/Browse.VC.db
Binary file not shown.
12 changes: 12 additions & 0 deletions build/.vs/cuda-gl-check/v17/DocumentLayout.backup.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"Version": 1,
"WorkspaceRootPath": "D:\\Study Materials\\UPenn\\CIS 5650\\Project0-Getting-Started\\build\\",
"Documents": [],
"DocumentGroupContainers": [
{
"Orientation": 0,
"VerticalTabListWidth": 256,
"DocumentGroups": []
}
]
}
12 changes: 12 additions & 0 deletions build/.vs/cuda-gl-check/v17/DocumentLayout.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"Version": 1,
"WorkspaceRootPath": "D:\\Study Materials\\UPenn\\CIS 5650\\Project0-Getting-Started\\build\\",
"Documents": [],
"DocumentGroupContainers": [
{
"Orientation": 0,
"VerticalTabListWidth": 256,
"DocumentGroups": []
}
]
}
Binary file added build/.vs/cuda-gl-check/v17/Solution.VC.db
Binary file not shown.
Binary file not shown.
187 changes: 187 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="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<CustomBuild Include="D:\Study Materials\UPenn\CIS 5650\Project0-Getting-Started\cuda-gl-check\CMakeLists.txt" />
</ItemGroup>
<ItemGroup>
</ItemGroup>
</Project>
Loading