diff --git a/README.md b/README.md index d2fa33d..eb1c5f6 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,8 @@ 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) +* Zwe Tun + * LinkedIn: https://www.linkedin.com/in/zwe-tun-6b7191256/ +* Tested on: Windows 11, i7-14700HX (2.10 GHz), RTX 5060 Laptop -### (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.) +All setup instructions performed. Screenshots located in images folder. diff --git a/cuda-gl-check/src/main.cpp b/cuda-gl-check/src/main.cpp index 886fd4c..94f2137 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 = "Zwe Tun"; if (init(argc, argv)) { mainLoop(); diff --git a/images/Screenshot 2025-09-08 173223.png b/images/Screenshot 2025-09-08 173223.png new file mode 100644 index 0000000..867960c Binary files /dev/null and b/images/Screenshot 2025-09-08 173223.png differ diff --git a/images/Screenshot 2025-09-08 173540.png b/images/Screenshot 2025-09-08 173540.png new file mode 100644 index 0000000..17eb628 Binary files /dev/null and b/images/Screenshot 2025-09-08 173540.png differ diff --git a/images/Screenshot 2025-09-08 173638.png b/images/Screenshot 2025-09-08 173638.png new file mode 100644 index 0000000..b0b4e0d Binary files /dev/null and b/images/Screenshot 2025-09-08 173638.png differ diff --git a/images/Solution.png b/images/Solution.png new file mode 100644 index 0000000..7d821c3 Binary files /dev/null and b/images/Solution.png differ diff --git a/images/Solution1.png b/images/Solution1.png new file mode 100644 index 0000000..ade22d1 Binary files /dev/null and b/images/Solution1.png differ