diff --git a/README.md b/README.md index dd258af..f0a20b4 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) +* Yichao Wang + * [LinkedIn](https://www.linkedin.com/in/wangyic/) etc. +* Tested on: Windows 10 Home 64-bit (10.0, Build 18363) + * Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (8 CPUs) + * GeForce GTX 1060 6.1 + * Personal computer -### (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.) +![](images/cuda.PNG) + +![](images/timeline.PNG) + +![](images/debug.PNG) + +![](images/webgl.PNG) + +![](images/dxr.PNG) diff --git a/cuda-getting-started/src/main.cpp b/cuda-getting-started/src/main.cpp index 886fd4c..d318b67 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 = "Yichao Wang"; if (init(argc, argv)) { mainLoop(); diff --git a/images/cuda.PNG b/images/cuda.PNG new file mode 100644 index 0000000..48e0e99 Binary files /dev/null and b/images/cuda.PNG differ diff --git a/images/debug.PNG b/images/debug.PNG new file mode 100644 index 0000000..2b7acde Binary files /dev/null and b/images/debug.PNG differ diff --git a/images/dxr.PNG b/images/dxr.PNG new file mode 100644 index 0000000..2a78ab7 Binary files /dev/null and b/images/dxr.PNG differ diff --git a/images/timeline.PNG b/images/timeline.PNG new file mode 100644 index 0000000..f7d7282 Binary files /dev/null and b/images/timeline.PNG differ diff --git a/images/webgl.PNG b/images/webgl.PNG new file mode 100644 index 0000000..c611e83 Binary files /dev/null and b/images/webgl.PNG differ