diff --git a/README.md b/README.md index dd258af..c45eca2 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,30 @@ 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) +* Emma Holthouser + * linkedin.com/in/emma-holthouser/ +* Tested on: (TODO) Windows 10, i7-6700 CPU @ 3.40GHz 16GB, Nvidia Quadro P1000 12156 MB(Towne Lab TMB62-12) -### (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.) +Cuda Project Modification +------------------------------ +![](images/twoColors.PNG) + +Nsight Analyze +---------------------- +I am using a CETS computer and I am currently not able to analyze without adminstrative access. + +Nsight Debugging +------------------- +![](images/warpInfo.PNG) + +WebGL Support +----------------------------- +![](images/webGLSupport.PNG) + +RTX Support +----------- +I am currently using a CETS computer which does not have any level of RTX Support without adminstrative access allowing for developer mode to be enabled. diff --git a/cuda-getting-started/src/main.cpp b/cuda-getting-started/src/main.cpp index 886fd4c..9b40ea6 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 = "Emma Holthouser"; if (init(argc, argv)) { mainLoop(); diff --git a/images/dxrCETS.PNG b/images/dxrCETS.PNG new file mode 100644 index 0000000..5288cde Binary files /dev/null and b/images/dxrCETS.PNG differ diff --git a/images/twoColors.PNG b/images/twoColors.PNG new file mode 100644 index 0000000..d17e4b3 Binary files /dev/null and b/images/twoColors.PNG differ diff --git a/images/warpInfo.PNG b/images/warpInfo.PNG new file mode 100644 index 0000000..33ea224 Binary files /dev/null and b/images/warpInfo.PNG differ diff --git a/images/webGLSupport.PNG b/images/webGLSupport.PNG new file mode 100644 index 0000000..4a6f011 Binary files /dev/null and b/images/webGLSupport.PNG differ