diff --git a/README.md b/README.md index dd258af..52cc26e 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,37 @@ Project 0 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 - * (TODO) [LinkedIn](), [personal website](), [twitter](), etc. -* Tested on: (TODO) Windows 22, i7-2222 @ 2.22GHz 22GB, GTX 222 222MB (Moore 2222 Lab) +* Alice Bian + * [LinkedIn](www.linkedin.com/in/alice-bian), [personal website](https://www.alice-bian.com/portfolio) +* Tested on: Windows 10 (Remote Desktop into 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.) +Part 3.1: Compute Capability of 6.1 (GPU Quadro P1000) + +Part 3.1.1: Modified CUDA Project Titlebar +
+![Modify CUDA Project Titlebar](images/Modify_CUDA_Project_Titlebar.jpeg) + +Part 3.1.2: Timeline +
+![Timeline](images/Timeline.jpeg) + +Part 3.1.3: Autos and Warp Info +
+![Autos](images/Autos.jpeg) +![Warp Info](images/Warp_Info.jpeg) + +Part 3.2: WebGL +
+![WebGL](images/WebGL.jpeg) + +Part 3.3: I am working on a CETS Virtual Lab, so I cannot enable Developer Mode without admin support. + + + diff --git a/cuda-getting-started/src/main.cpp b/cuda-getting-started/src/main.cpp index 886fd4c..37fdba0 100644 --- a/cuda-getting-started/src/main.cpp +++ b/cuda-getting-started/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 = "Alice Bian"; if (init(argc, argv)) { mainLoop(); diff --git a/images/Autos.jpeg b/images/Autos.jpeg new file mode 100644 index 0000000..7e284f6 Binary files /dev/null and b/images/Autos.jpeg differ diff --git a/images/Modify_CUDA_Project_Titlebar.jpeg b/images/Modify_CUDA_Project_Titlebar.jpeg new file mode 100644 index 0000000..e464174 Binary files /dev/null and b/images/Modify_CUDA_Project_Titlebar.jpeg differ diff --git a/images/Timeline.jpeg b/images/Timeline.jpeg new file mode 100644 index 0000000..0a7cbcd Binary files /dev/null and b/images/Timeline.jpeg differ diff --git a/images/Warp_Info.jpeg b/images/Warp_Info.jpeg new file mode 100644 index 0000000..ad06363 Binary files /dev/null and b/images/Warp_Info.jpeg differ diff --git a/images/WebGL.jpeg b/images/WebGL.jpeg new file mode 100644 index 0000000..49d0763 Binary files /dev/null and b/images/WebGL.jpeg differ