diff --git a/README.md b/README.md index dd258af..6410d13 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,33 @@ 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) +* Han Wang + * +* Tested on: Windows 11, 11th Gen Intel(R) Core(TM) i9-11900H @ 2.50GHz 2.50 GHz 24GB, GeForce RTX 3070 -### (TODO: Your README) +### My 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.) +Part3.11 +![Screenshot](images/part1.png) + +I'm sorry that I can't connect to my local server and Thus I couldn't start the trace. +I tried lots of ways, but I failed. It's probably because of my company's security app called IOA that blocked my local server. +I still haven't arrived Upenn. I will use the sig lab's computer to analyze what I need to analyze my code. +![Screenshot](images/pingFail.png) +![Screenshot](images/error1.png) +![Screenshot](images/error2.png) +![Screenshot](images/error3.png) + +part4 debug + +![Screenshot](images/part3.png) + +part5 webgl + +![Screenshot](images/part4.png) + +I'm sorry that I have a windows11 computer and I can't use windows sdk version 10.0.17763 +proof: + +![Screenshot](images/part5.png) diff --git a/cuda-getting-started/src/main.cpp b/cuda-getting-started/src/main.cpp index 886fd4c..3147dfc 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 = "Han Wang"; if (init(argc, argv)) { mainLoop(); diff --git a/images/6.png b/images/6.png new file mode 100644 index 0000000..7066330 Binary files /dev/null and b/images/6.png differ diff --git a/images/error1.png b/images/error1.png new file mode 100644 index 0000000..6cf191f Binary files /dev/null and b/images/error1.png differ diff --git a/images/error2.png b/images/error2.png new file mode 100644 index 0000000..05e5e7e Binary files /dev/null and b/images/error2.png differ diff --git a/images/error3.png b/images/error3.png new file mode 100644 index 0000000..f8752d6 Binary files /dev/null and b/images/error3.png differ diff --git a/images/part1.png b/images/part1.png new file mode 100644 index 0000000..7a167e0 Binary files /dev/null and b/images/part1.png differ diff --git a/images/part3.png b/images/part3.png new file mode 100644 index 0000000..9c1720f Binary files /dev/null and b/images/part3.png differ diff --git a/images/part4.png b/images/part4.png new file mode 100644 index 0000000..4050bb3 Binary files /dev/null and b/images/part4.png differ diff --git a/images/part5.png b/images/part5.png new file mode 100644 index 0000000..2118539 Binary files /dev/null and b/images/part5.png differ diff --git a/images/pingFail.png b/images/pingFail.png new file mode 100644 index 0000000..1edff5b Binary files /dev/null and b/images/pingFail.png differ