diff --git a/README.md b/README.md index 793f2b2..ce42665 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,25 @@ Project 0 CUDA 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) +* Wanru Zhao + * [LinkedIn](www.linkedin.com/in/wanru-zhao). +* Tested on: Windows 10 Education, Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz 32.0 GB, GTX 1070(SIG Lab) -### (TODO: Your README) +### Screenshots -Include screenshots, analysis, etc. (Remember, this is public, so don't put -anything here that you don't want to share with the world.) +* Window with changed string(to my name) +![](images/run_result.PNG) + +* Performance analysis with tab Timeline +![](images/pAnalysis_CUDA.PNG) +![](images/pAnalysis_OpenGL.PNG) + +* Nsight Debugging + * Autos + + ![](images/debug_Autos.PNG) + + * CUDA info Warp + + ![](images/debug_CUDAinfo1.PNG) diff --git a/images/debug_Autos.PNG b/images/debug_Autos.PNG new file mode 100644 index 0000000..256a97e Binary files /dev/null and b/images/debug_Autos.PNG differ diff --git a/images/debug_CUDAinfo1.PNG b/images/debug_CUDAinfo1.PNG new file mode 100644 index 0000000..67c9d82 Binary files /dev/null and b/images/debug_CUDAinfo1.PNG differ diff --git a/images/pAnalysis_CUDA.PNG b/images/pAnalysis_CUDA.PNG new file mode 100644 index 0000000..c04de6f Binary files /dev/null and b/images/pAnalysis_CUDA.PNG differ diff --git a/images/pAnalysis_OpenGL.PNG b/images/pAnalysis_OpenGL.PNG new file mode 100644 index 0000000..e1d1931 Binary files /dev/null and b/images/pAnalysis_OpenGL.PNG differ diff --git a/images/run_result.PNG b/images/run_result.PNG new file mode 100644 index 0000000..957ead6 Binary files /dev/null and b/images/run_result.PNG differ diff --git a/src/main.cpp b/src/main.cpp index 886fd4c..0a20574 100644 --- a/src/main.cpp +++ b/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 = "Wanru Zhao"; if (init(argc, argv)) { mainLoop();