diff --git a/README.md b/README.md index dd258af..e540393 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,21 @@ 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) +* Joshua Nadel + * [https://www.linkedin.com/in/joshua-nadel-379382136/](), [http://www.joshnadel.com/]() +* Tested on: Windows 10, i7-6700HQ @ 2.60GHz 16GB, GTX 970M (Personal laptop) -### (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.) +Compute Capability: 5.2 +WebGL supported. +![](images/chrome_gpu.png) + +![](images/modified_triangle.png) + +![](images/getting_started.png) + +![](images/timeline.png) + +![](images/info_autos.png) \ No newline at end of file diff --git a/cuda-getting-started/src/main.cpp b/cuda-getting-started/src/main.cpp index 886fd4c..c52c4ec 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 = "Joshua Nadel"; if (init(argc, argv)) { mainLoop(); diff --git a/images/chrome_gpu.png b/images/chrome_gpu.png new file mode 100644 index 0000000..0dba490 Binary files /dev/null and b/images/chrome_gpu.png differ diff --git a/images/getting_started.png b/images/getting_started.png new file mode 100644 index 0000000..3ef6405 Binary files /dev/null and b/images/getting_started.png differ diff --git a/images/info_autos.png b/images/info_autos.png new file mode 100644 index 0000000..f566984 Binary files /dev/null and b/images/info_autos.png differ diff --git a/images/modified_triangle.png b/images/modified_triangle.png new file mode 100644 index 0000000..bbbd503 Binary files /dev/null and b/images/modified_triangle.png differ diff --git a/images/timeline.png b/images/timeline.png new file mode 100644 index 0000000..44ae30a Binary files /dev/null and b/images/timeline.png differ