Skip to content
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
33 changes: 27 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,32 @@ 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)
* Rachel Lin
* [LinkedIn](https://www.linkedin.com/in/rachel-lin-452834213/), [personal website](https://www.artstation.com/rachellin4), [Instagram](https://www.instagram.com/lotus_crescent/)
* Tested on: (TODO) Windows 11, 12th Gen Intel(R) Core(TM) i7-12700H @ 2.30GHz, NVIDIA GeForce RTX 3080 Laptop GPU (16 GB)

### (TODO: Your README)
### 2.1.2
cuda-gl-check output

Include screenshots, analysis, etc. (Remember, this is public, so don't put
anything here that you don't want to share with the world.)
<img src="images/2.1.2.png" width="40%">

### 2.1.3
NSight debug output at index 1002

<img src="images/2.1.3.png" width="40%">

### 2.1.4
NSight Systems analysis summary and timeline

<img src="images/2.1.4_analysis.png" width="40%">
<img src="images/2.1.4_timeline.png" width="40%">

### 2.2
WebGL compatibility check

<img src="images/2.2.png" width="40%">

### 2.3
WebGPU compatibility check

<img src="images/2.3.png" width="40%">
Binary file added build/.vs/cmake.db
Binary file not shown.
Binary file not shown.
Binary file added build/.vs/cuda-gl-check/v17/.suo
Binary file not shown.
Binary file added build/.vs/cuda-gl-check/v17/Browse.VC.db
Binary file not shown.
56 changes: 56 additions & 0 deletions build/.vs/cuda-gl-check/v17/DocumentLayout.backup.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"Version": 1,
"WorkspaceRootPath": "C:\\College\\CIS565\\Project0-Getting-Started\\build\\",
"Documents": [
{
"AbsoluteMoniker": "D:0:0:{B3287673-5217-39CA-A101-942D03631F83}|cuda-gl-check.vcxproj|C:\\College\\CIS565\\Project0-Getting-Started\\cuda-gl-check\\src\\kernel.cu||{8B382828-6202-11D1-8870-0000F87579D2}"
},
{
"AbsoluteMoniker": "D:0:0:{B3287673-5217-39CA-A101-942D03631F83}|cuda-gl-check.vcxproj|C:\\College\\CIS565\\Project0-Getting-Started\\cuda-gl-check\\src\\main.cpp||{D0E1A5C6-B359-4E41-9B60-3365922C2A22}"
}
],
"DocumentGroupContainers": [
{
"Orientation": 0,
"VerticalTabListWidth": 256,
"DocumentGroups": [
{
"DockedWidth": 200,
"SelectedChildIndex": 1,
"Children": [
{
"$type": "Bookmark",
"Name": "ST:0:0:{3ae79031-e1bc-11d0-8f78-00a0c9110057}"
},
{
"$type": "Document",
"DocumentIndex": 0,
"Title": "kernel.cu",
"DocumentMoniker": "C:\\College\\CIS565\\Project0-Getting-Started\\cuda-gl-check\\src\\kernel.cu",
"RelativeDocumentMoniker": "..\\cuda-gl-check\\src\\kernel.cu",
"ToolTip": "C:\\College\\CIS565\\Project0-Getting-Started\\cuda-gl-check\\src\\kernel.cu",
"RelativeToolTip": "..\\cuda-gl-check\\src\\kernel.cu",
"ViewState": "AgIAAD8AAAAAAAAAAAAAAEkAAABpAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001001|",
"WhenOpened": "2025-09-02T09:57:25.313Z",
"EditorCaption": ""
},
{
"$type": "Document",
"DocumentIndex": 1,
"Title": "main.cpp",
"DocumentMoniker": "C:\\College\\CIS565\\Project0-Getting-Started\\cuda-gl-check\\src\\main.cpp",
"RelativeDocumentMoniker": "..\\cuda-gl-check\\src\\main.cpp",
"ToolTip": "C:\\College\\CIS565\\Project0-Getting-Started\\cuda-gl-check\\src\\main.cpp",
"RelativeToolTip": "..\\cuda-gl-check\\src\\main.cpp",
"ViewState": "AgIAAAAAAAAAAAAAAAAAABcAAAADAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000677|",
"WhenOpened": "2025-09-02T09:38:31.233Z",
"EditorCaption": ""
}
]
}
]
}
]
}
Loading