diff --git a/README.md b/README.md index dd258af..fe6220e 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,23 @@ Project 0 Getting Started **University of Pennsylvania, CIS 565: 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) +* Zhiyu Lei + * [LinkedIn](https://www.linkedin.com/in/zhiyu-lei/), [Github](https://github.com/Zhiyu-Lei) +* Tested on: Windows 22, i7-2222 @ 2.22GHz 22GB, GTX 222 222MB (CETS Virtual Lab) -### (TODO: Your README) +### Part 3.1.1: Modify the CUDA Project and Take a ScreenShot +![](images/Part3-1-1.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.) +### Part 3.1.2: Analyze +I have trouble completing this part right now. When selecting machine under 'Localhost connection' in step 4, I was prompted to enter an admin user name and password which I do not have access to. +![](images/Part3-1-2.png) +### Part 3.1.3: Nsight Debugging +![](images/Part3-1-3.png) + +### Part 3.2: WebGL +![](images/Part3-2.png) + +### Part 3.3: DXR +I have trouble building this solution right now. The following are the errors: +![](images/Part3-3.png) diff --git a/cuda-getting-started/src/main.cpp b/cuda-getting-started/src/main.cpp index 886fd4c..30b23d7 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 = "Zhiyu Lei"; if (init(argc, argv)) { mainLoop(); diff --git a/images/Part3-1-1.png b/images/Part3-1-1.png new file mode 100644 index 0000000..f686c10 Binary files /dev/null and b/images/Part3-1-1.png differ diff --git a/images/Part3-1-2.png b/images/Part3-1-2.png new file mode 100644 index 0000000..4a15f20 Binary files /dev/null and b/images/Part3-1-2.png differ diff --git a/images/Part3-1-3.png b/images/Part3-1-3.png new file mode 100644 index 0000000..654a849 Binary files /dev/null and b/images/Part3-1-3.png differ diff --git a/images/Part3-2.png b/images/Part3-2.png new file mode 100644 index 0000000..e582022 Binary files /dev/null and b/images/Part3-2.png differ diff --git a/images/Part3-3.png b/images/Part3-3.png new file mode 100644 index 0000000..15e6e68 Binary files /dev/null and b/images/Part3-3.png differ