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

Project 0: Hao Feng #27

Open
wants to merge 4 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
File renamed without changes.
24 changes: 18 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,23 @@ 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)
* Hao Feng
* [LinkedIn](https://www.linkedin.com/in/haofeng0309/), [personal website](https://github.com/fenghao-0309)
* Tested on: Windows 10 Education 22H2, i7-12700 @ 2.10GHz 32.0GB, NVIDIA Quadro RTX T1000 (CETS Virtual Lab)

### (TODO: Your README)
### Screenshots and analysis

Include screenshots, analysis, etc. (Remember, this is public, so don't put
anything here that you don't want to share with the world.)
#### Part 2.1.2
![](images/Screenshot1.png)
#### Part 2.1.3
![](images/Screenshot2.png)
#### Part 2.1.4
Since we do not have the acess to the admin user name and password, we fail to connect to the local server.
![](images/Screenshot3.png)
#### Part 2.1.5
In this part, after clicking \textit{Launch}, it has the error regarding GPU Performance Counters. We run the program for a few seconds and then close it. However, it did not generate the report.
![](images/Screenshot4.png)
#### Part 2.2
![](images/Screenshot5.png)
#### Part 2.3
![](images/Screenshot6.png)
Binary file not shown.
Binary file added build/.vs/cis5650_getting_started/v17/.suo
Binary file not shown.
Binary file not shown.
12 changes: 12 additions & 0 deletions build/.vs/cis5650_getting_started/v17/DocumentLayout.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"Version": 1,
"WorkspaceRootPath": "C:\\Users\\hao3\\Desktop\\Project0-Getting-Started\\build\\",
"Documents": [],
"DocumentGroupContainers": [
{
"Orientation": 0,
"VerticalTabListWidth": 256,
"DocumentGroups": []
}
]
}
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\hao3\Desktop\Project0-Getting-Started\cuda-getting-started\CMakeLists.txt" />
</ItemGroup>
<ItemGroup>
</ItemGroup>
</Project>
Loading