diff --git a/README.md b/README.md index fd52a04..013797d 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,16 @@ -Project 0 CUDA Getting Started +# University of Pennsylvania, CIS 565: GPU Programming and Architecture +Project 0 CUDA: Getting Started ==================== -**University of Pennsylvania, CIS 565: GPU Programming and Architecture, Project 0** +## User resources +- **Name:** David Grosman. +- **Tested on:** Microsoft Windows 7 Professional, i7-5600U @ 2.6GHz, 256GB, GeForce 840M (Personal laptop). -* (TODO) YOUR NAME HERE -* Tested on: (TODO) Windows 22, i7-2222 @ 2.22GHz 22GB, GTX 222 222MB (Moore 2222 Lab) +## Screenshots -### (TODO: Your README) +**Part 4 - Output**: +![](images/Project0_Output.PNG) -Include screenshots, analysis, etc. (Remember, this is public, so don't put -anything here that you don't want to share with the world.) +**Part 5 - NSight Timeline**: +![](images/NSight_Timeline.PNG) diff --git a/images/NSight_Timeline.PNG b/images/NSight_Timeline.PNG new file mode 100644 index 0000000..6574105 Binary files /dev/null and b/images/NSight_Timeline.PNG differ diff --git a/images/Project0_Output.PNG b/images/Project0_Output.PNG new file mode 100644 index 0000000..cf7986a Binary files /dev/null and b/images/Project0_Output.PNG differ diff --git a/src/main.cpp b/src/main.cpp index 886fd4c..ee244e8 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 = "David S. Grosman"; if (init(argc, argv)) { mainLoop();