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

Project0: Nuofan Xu #30

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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/build
.vs
Empty file added .vs/CMake Overview
Empty file.
Binary file added .vs/Project0-Getting-Started/v16/.suo
Binary file not shown.
Binary file added .vs/Project0-Getting-Started/v16/Browse.VC.db
Binary file not shown.
3 changes: 3 additions & 0 deletions .vs/ProjectSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"CurrentProjectSetting": "x64-Debug"
}
10 changes: 10 additions & 0 deletions .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"ExpandedNodes": [
"",
"\\build",
"\\cuda-getting-started\\src",
"\\dxr-support"
],
"SelectedNode": "\\dxr-support",
"PreviewInSolutionExplorer": false
}
Binary file added .vs/slnx.sqlite
Binary file not shown.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@ Project 0 Getting Started

**University of Pennsylvania, CIS 565: 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)
* Nuofan Xu
* Tested on: Windows 10, AMD Ryzen 7 3800X @ @3.9GHz, Zen2 16GB, RTX 2080 Super
-installed Visual Studio Nsight Edition;
-installed Visual Studio 2017 build tools and universal windows development tool;
-learned to build and run solution files
-learned to perfrom debugging, application tracing and analyzing using nsight menu;
-confirmed WebGL support and DXR support on the above metioned setup: all FL-DXR/FL(when Developer mode is enabled)/DXR are supported.

### (TODO: Your README)

Include screenshots, analysis, etc. (Remember, this is public, so don't put
anything here that you don't want to share with the world.)
![CUDA project image](images/Capture.PNG)
![Trace](images/Capture2.PNG)
![Nsight debugging](images/Capture3.PNG)
![WebGL status](images/Capture4.PNG)
![XDR triangle](images/Capture5.PNG)

Binary file added build/.vs/cis565_getting_started/v16/.suo
Binary file not shown.
Binary file added build/.vs/cis565_getting_started/v16/Browse.VC.db
Binary file not shown.
Binary file not shown.
Binary file not shown.
181 changes: 181 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="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<CustomBuild Include="D:\penn\courses\cis565\Project0-Getting-Started\cuda-getting-started\CMakeLists.txt" />
</ItemGroup>
<ItemGroup>
</ItemGroup>
</Project>
4 changes: 4 additions & 0 deletions build/ALL_BUILD.vcxproj.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup />
</Project>
Loading