diff --git a/README.md b/README.md index d2fa33d..ae7e30d 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,22 @@ Project 0 Getting Started **University of Pennsylvania, CIS 5650: 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) +* Harris Kokkinakos + * [https://www.linkedin.com/in/haralambos-kokkinakos-5311a3210/](), [https://harriskoko.github.io/Harris-Projects/]() +* Tested on: Windows 24H2, i9-12900H @ 2.50GHz 16GB, RTX 3070TI Mobile (Personal Laptop) -### (TODO: Your README) +### 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.) +![](images/2-1-2.png) + +![](images/2-1-3.png) + +![](images/AnalysisTab.png) + +![](images/Timeline.png) + +![](images/Nsight.png) + +![](images/WebGL.png) + +![](images/WebGPU.png) \ No newline at end of file diff --git a/cuda-gl-check/src/main.cpp b/cuda-gl-check/src/main.cpp index 886fd4c..80f939f 100644 --- a/cuda-gl-check/src/main.cpp +++ b/cuda-gl-check/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 = "Harris Kokkinakos"; if (init(argc, argv)) { mainLoop(); diff --git a/images/2-1-2.png b/images/2-1-2.png new file mode 100644 index 0000000..dfe55ca Binary files /dev/null and b/images/2-1-2.png differ diff --git a/images/2-1-3.png b/images/2-1-3.png new file mode 100644 index 0000000..4c6efa2 Binary files /dev/null and b/images/2-1-3.png differ diff --git a/images/AnalysisTab.png b/images/AnalysisTab.png new file mode 100644 index 0000000..081d2f5 Binary files /dev/null and b/images/AnalysisTab.png differ diff --git a/images/Nsight.png b/images/Nsight.png new file mode 100644 index 0000000..bef4d44 Binary files /dev/null and b/images/Nsight.png differ diff --git a/images/Timeline.png b/images/Timeline.png new file mode 100644 index 0000000..c06b580 Binary files /dev/null and b/images/Timeline.png differ diff --git a/images/WebGL.png b/images/WebGL.png new file mode 100644 index 0000000..268058c Binary files /dev/null and b/images/WebGL.png differ diff --git a/images/webGPU.png b/images/webGPU.png new file mode 100644 index 0000000..1d1a910 Binary files /dev/null and b/images/webGPU.png differ