diff --git a/README.md b/README.md index fd52a04..a776301 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,40 @@ -Project 0 CUDA Getting Started -==================== +# **University of Pennsylvania, CIS 565: GPU Programming and Architecture, Project 0** -**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) -### (TODO: Your README) +Tested on: Windows 10, Intel Xeon CPU E5-1630 v4 @ 3.70 GHz, GTX 1070 (SIG Lab-VR6) + + ![Built](https://img.shields.io/appveyor/ci/gruntjs/grunt.svg) ![Issues](https://img.shields.io/github/issues-raw/badges/shields/website.svg) ![CUDA 8.0](https://img.shields.io/badge/CUDA-8.0-green.svg?style=flat) ![Platform](https://img.shields.io/badge/platform-Desktop-bcbcbc.svg) ![Developer](https://img.shields.io/badge/Developer-Youssef%20Victor-0f97ff.svg?style=flat) + + +- [Features](#features) + +- [Screenshots](#screenshots) + -Include screenshots, analysis, etc. (Remember, this is public, so don't put -anything here that you don't want to share with the world.) + ____________________________________________________ + + + + +#### Features + +- [x] Black Part + +- [x] Green Part + + +#### Screenshots- + +##### window screen: + +![main](/images/screenshot.png) + +##### Analysis: + +![Analysis](/images/analysis.PNG) + +##### NSight Debugging: + +![NSight](/images/nsight.PNG) diff --git a/images/analysis.PNG b/images/analysis.PNG new file mode 100644 index 0000000..71e298b Binary files /dev/null and b/images/analysis.PNG differ diff --git a/images/nsight.PNG b/images/nsight.PNG new file mode 100644 index 0000000..9e3bd21 Binary files /dev/null and b/images/nsight.PNG differ diff --git a/images/screenshot.png b/images/screenshot.png new file mode 100644 index 0000000..e2fcd68 Binary files /dev/null and b/images/screenshot.png differ diff --git a/src/main.cpp b/src/main.cpp index 886fd4c..b462c21 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -10,8 +10,7 @@ * C main function. */ int main(int argc, char* argv[]) { - // TODO: Change this line to use your name! - m_yourName = "TODO: YOUR NAME HERE"; + m_yourName = "Youssef Victor"; if (init(argc, argv)) { mainLoop();