diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d163863 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +build/ \ No newline at end of file diff --git a/README.md b/README.md index d2fa33d..74fb4f2 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,36 @@ -Project 0 Getting Started -==================== +# 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) +- Dineth Meegoda + - [LinkedIn](https://www.linkedin.com/in/dinethmeegoda/), [personal website](https://www.dinethmeegoda.com). +- Tested on: Windows 10 Pro, Ryzen 9 5900X 12 Core @ 3.7GHz 32GB, RTX 3070 8GB -### (TODO: Your README) +## Report + +- Compute Capability: 8.6 + +### Application Output + +![](images/part2.1.2.png) + +### NSight Systems Timeline + +![](images/timeline.png) + +### NSight Compute Details + +![](images/details.PNG) + +### NSight Compute Summary + +![](images/summary.png) + +### WebGL + +![](images/webgl.png) + +### WebGPU + +![](images/webgpu.png) -Include screenshots, analysis, etc. (Remember, this is public, so don't put -anything here that you don't want to share with the world.) diff --git a/compute.txt.ncu-rep b/compute.txt.ncu-rep new file mode 100644 index 0000000..9880fb6 Binary files /dev/null and b/compute.txt.ncu-rep differ diff --git a/cuda-getting-started/src/main.cpp b/cuda-getting-started/src/main.cpp index 886fd4c..3b201a9 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 = "Dineth Meegoda"; if (init(argc, argv)) { mainLoop(); diff --git a/images/details.PNG b/images/details.PNG new file mode 100644 index 0000000..3036393 Binary files /dev/null and b/images/details.PNG differ diff --git a/images/nsight-debugger.png b/images/nsight-debugger.png new file mode 100644 index 0000000..ec9f0ec Binary files /dev/null and b/images/nsight-debugger.png differ diff --git a/images/part2.1.2.png b/images/part2.1.2.png new file mode 100644 index 0000000..1268384 Binary files /dev/null and b/images/part2.1.2.png differ diff --git a/images/summary.png b/images/summary.png new file mode 100644 index 0000000..1d19869 Binary files /dev/null and b/images/summary.png differ diff --git a/images/timeline.png b/images/timeline.png new file mode 100644 index 0000000..53f2e33 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..039df77 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..0aeb823 Binary files /dev/null and b/images/webgpu.png differ