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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build
46 changes: 40 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,45 @@ 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)
* Yunhao Qian
* [LinkedIn](www.linkedin.com/in/yunhao-qian-026980170)
* [GitHub](https://github.com/yunhao-qian)
* Tested on my personal computer:
* OS: Windows 11, 24H2
* CPU: 13th Gen Intel(R) Core(TM) i7-13700 (2.10 GHz)
* GPU: NVIDIA GeForce RTX 4090
* RAM: 32.0 GB

### (TODO: Your README)
## Part 2.1: Project Instructions - CUDA

Include screenshots, analysis, etc. (Remember, this is public, so don't put
anything here that you don't want to share with the world.)
### Part 2.1.2: Modify the CUDA Project and Take a Screenshot

![](images/Screenshot%202025-08-29%20191553.png)

### Part 2.1.3: Nsight Debugging

#### Nsight Debugging on Windows using Nsight Visual Studio Edition

![](images/Screenshot%202025-08-29%20193629.png)

#### Nsight Systems on Windows & Linux

Analysis Summary:

![](images/Screenshot%202025-08-29%20194129.png)

Timeline:

![](images/Screenshot%202025-08-29%20194252.png)

### Part 2.1.5: Nsight Compute

![](images/Screenshot%202025-08-29%20201102.png)

## Part 2.2: Project Instructions - WebGL

![](images/Screenshot%202025-08-29%20201404.png)

## Part 2.3: Project Instructions - WebGPU

![](images/Screenshot%202025-08-29%20201523.png)
2 changes: 1 addition & 1 deletion cuda-gl-check/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/
int main(int argc, char* argv[]) {
// TODO: Change this line to use your name!
m_yourName = "TODO: YOUR NAME HERE";
m_yourName = "Yunhao Qian";

if (init(argc, argv)) {
mainLoop();
Expand Down
Empty file removed images/.gitignore
Empty file.
Binary file added images/Screenshot 2025-08-29 191553.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Screenshot 2025-08-29 193629.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Screenshot 2025-08-29 194129.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Screenshot 2025-08-29 194252.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Screenshot 2025-08-29 201102.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Screenshot 2025-08-29 201404.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Screenshot 2025-08-29 201523.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.