diff --git a/README.md b/README.md index d2fa33d..a1e2b4f 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,15 @@ 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) +* Maya Diaz Huizar +* https://www.linkedin.com/in/maya-huizar-12a643306/ +* Tested on: Windows 22H2, R7-5800X @ 3.8 GHz 32GB, RTX 3080 FE 10GB VRAM (Personal PC) +---> will likely switch to linux for next homework, waiting for SSD so i can dual boot. will revert to windows if i can't get something to work. -### (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.) +![thing 1](images/mayadiazhuizar.PNG) +![thing 2](images/compute.PNG) +![thing 3](images/nsight.PNG) +![thing 3](images/webgpu.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..5998596 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 = "Maya Diaz Huizar"; if (init(argc, argv)) { mainLoop(); diff --git a/images/compute.PNG b/images/compute.PNG new file mode 100644 index 0000000..78b972f Binary files /dev/null and b/images/compute.PNG differ diff --git a/images/mayadiazhuizar.PNG b/images/mayadiazhuizar.PNG new file mode 100644 index 0000000..e477ef1 Binary files /dev/null and b/images/mayadiazhuizar.PNG differ diff --git a/images/nsight.PNG b/images/nsight.PNG new file mode 100644 index 0000000..525089a Binary files /dev/null and b/images/nsight.PNG differ diff --git a/images/webgpu.PNG b/images/webgpu.PNG new file mode 100644 index 0000000..3cf4416 Binary files /dev/null and b/images/webgpu.PNG differ