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
29 changes: 23 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,28 @@ 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)
* Kyle Bauer
* [LinkedIn](https://www.linkedin.com/in/kyle-bauer-75bb25171/), [personal website](), [twitter](https://x.com/KyleBauer414346), etc.
* Tested on: Ubuntu 24.04, AMD Ryzen 5 5600G @ 3.9GHz 16GB, GeForce GTX 1070 8GB

### (TODO: Your README)
Part 2.1.2

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)

Part 2.1.4

![](images/2-1-3_AnalysisSummary.png)

![](images/2-1-3_Timeline.png)

Part 2.1.5

Nsight Compute does not support Nvidia 10 Series GPUs' Pascal architecture. Waiting for response on [CETS Virtual Lab computers](https://github.com/kbau121-seas/Project0-Getting-Started/tree/CETS) permissions. [(Related Issue)](https://edstem.org/us/courses/60839/discussion/5194387)

Part 2.2

![](images/2-2.png)

Part 2.3

![](images/2-3.png)
14 changes: 14 additions & 0 deletions cuda-getting-started/.vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "CUDA C++: Launch",
"type": "cuda-gdb",
"request": "launch",
"program": "${workspaceFolder}/build/bin/cis5650_getting_started"
}
]
}
3 changes: 1 addition & 2 deletions cuda-getting-started/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "Kyle Bauer";

if (init(argc, argv)) {
mainLoop();
Expand Down
Binary file added images/2-1-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2-1-3_AnalysisSummary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2-1-3_Timeline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.