Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HW00- Annie Qiu #47

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 36 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,41 @@ 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)
* Annie Qiu
* [LinkedIn](www.linkedin.com/in/annie-qiu-30531921a)
* Tested on: Windows 11, i9-12900H @2500 Mhz, 16GB, RTX 3070 Ti 8GB (Personal)

### (TODO: Your README)
## CUDA

### 2.1.2 Modify the CUDA Project

![CUDA Project](images/2.1.2CUDA.png)

### 2.1.3 Nsight Debugging

![Autos&Warp](images/2.1.3Autos&Warp.png)

### 2.1.4 Nsight System

![Analysis Summary](images/2.1.4Analysis.png)

![Timeline](images/2.1.4Timeline.png)

### 2.1.5 Nsight Compute

![Summary](images/2.1.5Summary.png)

![Details](images/2.1.5Details.png)

### 2.2 WebGL

![Webgl Report](images/2.2Webgl1.png)

![Webgl Report](images/2.2Webgl2.png)

### 2.3 WebGPU

![Webgpu Repot](images/2.3Webgpu.png)

![Sample](images/2.3Example.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.)
Binary file not shown.
Binary file added build/.vs/cis5650_getting_started/v17/.suo
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
186 changes: 186 additions & 0 deletions build/ALL_BUILD.vcxproj

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions build/ALL_BUILD.vcxproj.filters
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<CustomBuild Include="C:\Users\annie\Desktop\CIS5650\Project0-Getting-Started\cuda-getting-started\CMakeLists.txt" />
</ItemGroup>
<ItemGroup>
</ItemGroup>
</Project>
Loading