diff --git a/README.md b/README.md index dd258af..47ed0ae 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,27 @@ 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) +* Sydney Miller + * [LinkedIn](https://www.linkedin.com/in/sydney-miller-upenn/) +* Tested on: GTX 222 222MB (CETS Virtual Lab) -### (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.) +### README +* Compute Capability +Quadro P1000: 6.1 + +* Part 3.1.1: Modify the CUDA Project Screenshot +![](images/3-1-1.PNG) + +* Part 3.1.2: Analyze Screenshot +![](images/3-1-2.PNG) + +* Part 3.1.3: Nsight Debugging Screenshot +![](images/3-1-3.PNG) + +* Part 3.2: WebGL Screenshot +![](images/3-2.PNG) + +* Part 3.3: DXR +I used the CETS Virtual Lab to complete this assignment so I was not able to do this section. diff --git a/cuda-getting-started/src/main.cpp b/cuda-getting-started/src/main.cpp index 886fd4c..d0d4b9e 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 = "Sydney"; if (init(argc, argv)) { mainLoop(); diff --git a/images/3-1-1.PNG b/images/3-1-1.PNG new file mode 100644 index 0000000..314131d Binary files /dev/null and b/images/3-1-1.PNG differ diff --git a/images/3-1-2.PNG b/images/3-1-2.PNG new file mode 100644 index 0000000..40c35e4 Binary files /dev/null and b/images/3-1-2.PNG differ diff --git a/images/3-1-3.PNG b/images/3-1-3.PNG new file mode 100644 index 0000000..1170fc0 Binary files /dev/null and b/images/3-1-3.PNG differ diff --git a/images/3-2.PNG b/images/3-2.PNG new file mode 100644 index 0000000..ea6b417 Binary files /dev/null and b/images/3-2.PNG differ