diff --git a/README.md b/README.md index dd258af..62c2ea6 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,26 @@ 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) +* Sanjana Rao + * https://www.linkedin.com/in/sanjanaxrao/ + * https://www.sanjanaxrao.com/ +* Tested on: GTX 222 222MB (CETS Virtual Lab) -### (TODO: Your README) +### 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.) +Quadro P1000: Compute Capacilty = 6.1 +Part 3.1.1: Modify the CUDA Project and Take a Screenshot +![](images/scrnshot1.PNG) + +Part 3.1.2: Analyze +![](images/scrnshot3.PNG) + +Part 3.1.3: Nsight Debugging +![](images/scrnshot4.PNG) + +Part 3.2: WebGL +![](images/scrnshot2.PNG) + +Part 3.3: DXR +Can't do because using CETS Virtual Labs diff --git a/cuda-getting-started/src/main.cpp b/cuda-getting-started/src/main.cpp index 886fd4c..eb4a1a9 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 = "Sanjana Rao"; if (init(argc, argv)) { mainLoop(); diff --git a/images/scrnshot1.PNG b/images/scrnshot1.PNG new file mode 100644 index 0000000..5cb88db Binary files /dev/null and b/images/scrnshot1.PNG differ diff --git a/images/scrnshot2.PNG b/images/scrnshot2.PNG new file mode 100644 index 0000000..0f6a4b1 Binary files /dev/null and b/images/scrnshot2.PNG differ diff --git a/images/scrnshot3.PNG b/images/scrnshot3.PNG new file mode 100644 index 0000000..e7092a6 Binary files /dev/null and b/images/scrnshot3.PNG differ diff --git a/images/scrnshot4.PNG b/images/scrnshot4.PNG new file mode 100644 index 0000000..2611254 Binary files /dev/null and b/images/scrnshot4.PNG differ