diff --git a/README.md b/README.md index dd258af..074533c 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) +* Xitong Zheng + * [LinkedIn](https://www.linkedin.com/in/xitong-zheng-5b6543205/), [Instagram](https://www.instagram.com/simonz_zheng/) +* Tested on: Windows 11, i7-12700k 32GB, GTX 4090 24GB -### (TODO: Your README) +### 3.1.1 Add name to project +![part3_1_1](./images/Part_3_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.) +### 3.1.2 Use Nsight System 22.4.2 to analyze +![part3_1_2](./images/Part_3_1_2.png) +### 3.1.3 Nsight Debugging +![part3_1_3](./images/Part_3_1_3.png) +![part3_1_4](./images/Part_3_1_4.png) + +## 3.2 WebGL Suppurt Test +![](./images/Part_3_2.png) + +## 3.3 DXR Test +Both FL-DXR and DXR support. Give picture in DXR mode. +![](./images/Part_3_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..0302438 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 = "Xitong Zheng"; if (init(argc, argv)) { mainLoop(); diff --git a/images/Part_3_1_1.png b/images/Part_3_1_1.png new file mode 100644 index 0000000..8d25a84 Binary files /dev/null and b/images/Part_3_1_1.png differ diff --git a/images/Part_3_1_2.png b/images/Part_3_1_2.png new file mode 100644 index 0000000..9095843 Binary files /dev/null and b/images/Part_3_1_2.png differ diff --git a/images/Part_3_1_3.png b/images/Part_3_1_3.png new file mode 100644 index 0000000..95d7e2d Binary files /dev/null and b/images/Part_3_1_3.png differ diff --git a/images/Part_3_1_4.png b/images/Part_3_1_4.png new file mode 100644 index 0000000..37521be Binary files /dev/null and b/images/Part_3_1_4.png differ diff --git a/images/Part_3_2.png b/images/Part_3_2.png new file mode 100644 index 0000000..9c7ac95 Binary files /dev/null and b/images/Part_3_2.png differ diff --git a/images/Part_3_3.png b/images/Part_3_3.png new file mode 100644 index 0000000..e1c2e88 Binary files /dev/null and b/images/Part_3_3.png differ