diff --git a/README.md b/README.md index d2fa33d..a2b8293 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,33 @@ 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) +* Christine Kneer + * https://www.linkedin.com/in/christine-kneer/ + * https://www.christinekneer.com/ +* Tested on: Windows 11, i7-13700HX @ 2.1GHz 32GB, RTX 4060 8GB (Personal Laptop) -### (TODO: Your README) +## CUDA Installation +![](images/2.1.2.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.) +## NSight Debugging +![](images/2.1.3.png) + +## NSight Systems +* Analysis Summary +![](images/2.1.4.2.png) + +* Timeline +![](images/2.1.4.png) + +## NSight Compute +* Summary +![](images/2.1.5.png) + +* Details +![](images/2.1.5.2.png) + +## WebGL Report +![](images/2.2.png) + +## WebGPU Report +![](images/2.3.png) \ No newline at end of file diff --git a/cuda-getting-started/src/main.cpp b/cuda-getting-started/src/main.cpp index 886fd4c..cc37dd2 100644 --- a/cuda-getting-started/src/main.cpp +++ b/cuda-getting-started/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 = "Christine Kneer"; 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..c8cd3a5 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..9f4bad2 Binary files /dev/null and b/images/2.1.3.png differ diff --git a/images/2.1.4.2.png b/images/2.1.4.2.png new file mode 100644 index 0000000..54c1894 Binary files /dev/null and b/images/2.1.4.2.png differ diff --git a/images/2.1.4.png b/images/2.1.4.png new file mode 100644 index 0000000..5e8245b Binary files /dev/null and b/images/2.1.4.png differ diff --git a/images/2.1.5.2.png b/images/2.1.5.2.png new file mode 100644 index 0000000..4b56d88 Binary files /dev/null and b/images/2.1.5.2.png differ diff --git a/images/2.1.5.png b/images/2.1.5.png new file mode 100644 index 0000000..fd4b991 Binary files /dev/null and b/images/2.1.5.png differ diff --git a/images/2.2.png b/images/2.2.png new file mode 100644 index 0000000..2f2620f 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..c14d891 Binary files /dev/null and b/images/2.3.png differ