diff --git a/Nsight_Compute_ProfilerReport.ncu-rep b/Nsight_Compute_ProfilerReport.ncu-rep new file mode 100644 index 0000000..1246e71 Binary files /dev/null and b/Nsight_Compute_ProfilerReport.ncu-rep differ diff --git a/README.md b/README.md index d2fa33d..f388f17 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,38 @@ 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) +* Manvi Agarwal + * [linkedIn](https://www.linkedin.com/in/manviagarwal27/) +* Tested on: Windows 11, AMD Ryzen 5 7640HS @ 4.30GHz 16GB, GeForce RTX 4060 8GB(personal) -### (TODO: Your README) +**Project 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.) +### Project Screenshots + +#### Part 2.1.2: Modify the CUDA Project and Take a Screenshot + +![](images/CudaProjRun.png) + +#### Part 2.1.3: Nsight Debugging + +![](images/Nsight_Debugging.png) + +#### Part 2.1.4: Nsight Systems + +![](images/Nsight_System_analysis_1.png) +![](images/Nsight_System_analysis_2.png) +![](images/Nsight_System_timeline_1.png) +![](images/Nsight_System_timeline_2.png) + +#### Part 2.1.5: Nsight Compute + +![](images/Nsight_Compute_Summary.png) +![](images/Nsight_Compute_details.png) + +#### Part 2.2: Project Instructions - WebGL + +![](images/webglreport.com_.png) + +#### Part 2.3: Project Instructions - WebGPU + +![](images/webgpureport.org_.png) diff --git a/cuda-getting-started/src/main.cpp b/cuda-getting-started/src/main.cpp index 886fd4c..72901e5 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 = "MANVI AGARWAL"; if (init(argc, argv)) { mainLoop(); diff --git a/images/CudaProjRun.png b/images/CudaProjRun.png new file mode 100644 index 0000000..59b6430 Binary files /dev/null and b/images/CudaProjRun.png differ diff --git a/images/Nsight_Compute _Summary.png b/images/Nsight_Compute _Summary.png new file mode 100644 index 0000000..4334bb1 Binary files /dev/null and b/images/Nsight_Compute _Summary.png differ diff --git a/images/Nsight_Compute_details.png b/images/Nsight_Compute_details.png new file mode 100644 index 0000000..9e28e4f Binary files /dev/null and b/images/Nsight_Compute_details.png differ diff --git a/images/Nsight_Debugging.png b/images/Nsight_Debugging.png new file mode 100644 index 0000000..98c23b5 Binary files /dev/null and b/images/Nsight_Debugging.png differ diff --git a/images/Nsight_System_analysis_1.png b/images/Nsight_System_analysis_1.png new file mode 100644 index 0000000..4f3f4d8 Binary files /dev/null and b/images/Nsight_System_analysis_1.png differ diff --git a/images/Nsight_System_analysis_2.png b/images/Nsight_System_analysis_2.png new file mode 100644 index 0000000..8903cd6 Binary files /dev/null and b/images/Nsight_System_analysis_2.png differ diff --git a/images/Nsight_System_timeline_1.png b/images/Nsight_System_timeline_1.png new file mode 100644 index 0000000..263961b Binary files /dev/null and b/images/Nsight_System_timeline_1.png differ diff --git a/images/Nsight_System_timeline_2.png b/images/Nsight_System_timeline_2.png new file mode 100644 index 0000000..cb60cf4 Binary files /dev/null and b/images/Nsight_System_timeline_2.png differ diff --git a/images/webglreport.com_.png b/images/webglreport.com_.png new file mode 100644 index 0000000..e69b9f5 Binary files /dev/null and b/images/webglreport.com_.png differ diff --git a/images/webgpureport.org_.png b/images/webgpureport.org_.png new file mode 100644 index 0000000..da7c8bb Binary files /dev/null and b/images/webgpureport.org_.png differ