diff --git a/README.md b/README.md index d2fa33d..2181a6f 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,38 @@ 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) +* Anya Agarwal + * [LinkedIn](https://www.linkedin.com/in/anya-agarwal/) +* Tested on: Windows 11, AMD Ryzen 7 260 @ 380GHz 16GB, RTX 5060 - Personal Computer + +### 2.1.1 +The compute capability of my CUDA-compatible GPU is 12.0. + +### 2.1.2 +Screenshot of running CUDA program: +![](images/2-1-2.png) + +### 2.1.3 +Autos and Warp Info of Debugger: +![](images/2-1-3.png) + +### 2.1.4 +Nsight Systems Analysis Summary: +![](images/2-1-4-analysis.png) + +Nsight Systems Timeline: +![](images/2-1-4-timeline.png) + +### 2.1.5 +I ran into the same error posted on EdStem, so I was not able to complete this section. + +### 2.2 +WebGL Status Check: +![](images/2-2.png) + +### 2.3 +WebGPU Status Check: +![](images/2-3.png) + -### (TODO: Your 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.) diff --git a/cuda-gl-check/src/main.cpp b/cuda-gl-check/src/main.cpp index 886fd4c..2b26d1b 100644 --- a/cuda-gl-check/src/main.cpp +++ b/cuda-gl-check/src/main.cpp @@ -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 = "Anya Agarwal"; if (init(argc, argv)) { mainLoop(); diff --git a/images/2-1-2.png b/images/2-1-2.png new file mode 100644 index 0000000..e994fcb Binary files /dev/null and b/images/2-1-2.png differ diff --git a/images/2-1-3.png b/images/2-1-3.png new file mode 100644 index 0000000..3e43a34 Binary files /dev/null and b/images/2-1-3.png differ diff --git a/images/2-1-4-analysis.png b/images/2-1-4-analysis.png new file mode 100644 index 0000000..f6d3730 Binary files /dev/null and b/images/2-1-4-analysis.png differ diff --git a/images/2-1-4-timeline.png b/images/2-1-4-timeline.png new file mode 100644 index 0000000..7329ee8 Binary files /dev/null and b/images/2-1-4-timeline.png differ diff --git a/images/2-2.png b/images/2-2.png new file mode 100644 index 0000000..fad5d53 Binary files /dev/null and b/images/2-2.png differ diff --git a/images/2-3.png b/images/2-3.png new file mode 100644 index 0000000..cc69fce Binary files /dev/null and b/images/2-3.png differ