diff --git a/README.md b/README.md index fd52a04..bda83ba 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,16 @@ Project 0 CUDA Getting Started **University of Pennsylvania, CIS 565: GPU Programming and Architecture, Project 0** -* (TODO) YOUR NAME HERE -* Tested on: (TODO) Windows 22, i7-2222 @ 2.22GHz 22GB, GTX 222 222MB (Moore 2222 Lab) +* Ellen Duong +* Tested on: Windows 10, AMD Ryzen 7 1700 @ 3.00GHz 16GB, GTX 1080 (Personal Desktop) -### (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.) +Main Output +![](images/00_Titlebar.PNG) +Timeline Report of Performance Analysis for CUDA and OpenGL +![](images/01_Timeline.PNG) + +Breakpoint Autos and Warps CUDA Info +![](images/02_Warps_Autos.PNG) \ No newline at end of file diff --git a/images/00_Titlebar.PNG b/images/00_Titlebar.PNG new file mode 100644 index 0000000..00ea1a1 Binary files /dev/null and b/images/00_Titlebar.PNG differ diff --git a/images/01_Timeline.PNG b/images/01_Timeline.PNG new file mode 100644 index 0000000..1f8da4e Binary files /dev/null and b/images/01_Timeline.PNG differ diff --git a/images/02_Warps_Autos.PNG b/images/02_Warps_Autos.PNG new file mode 100644 index 0000000..842c23c Binary files /dev/null and b/images/02_Warps_Autos.PNG differ diff --git a/src/main.cpp b/src/main.cpp index 886fd4c..7287d17 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -10,8 +10,8 @@ * C main function. */ int main(int argc, char* argv[]) { - // TODO: Change this line to use your name! - m_yourName = "TODO: YOUR NAME HERE"; + // Change this line to use your name! + m_yourName = "Ellen Duong"; if (init(argc, argv)) { mainLoop();