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
22 changes: 7 additions & 15 deletions INSTRUCTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,22 +115,14 @@ It is recommended that you use Nsight. Nsight is shipped with CUDA. If you set u

#### Windows

1. Go to the Nsight menu in Visual Studio.
* If you dont see the Nsight Menu in the top panel then it's located inside the Extensions Menu, considering you have setup your environment correctly.*
* *Enable `Nsight` menu to appear in the top Navigation panel instead of the Extensions Menu*
* Click the `Extensions` button located at the top Panel
* Click on `Customize Menu..` button located in the 'Extensions' drop down menu. This will open up the Customise Dialog Box.
* Un-check `Nsight Developer Tools Inegration` and `Nsight Visual Studio Edition` located in the Extensions Menu of the Customise Dialog Box.
* Restart Visual Studio.
2. Click on *Nsight Systems _Your Version of Nsight_*.
3. Select *Trace*.
4. Click *Target for profiling...*. Select your machine under 'Localhost connection'.
5. Under *Trace Settings* that now appear, enable tracing for CUDA and OpenGL.
6. Click *Start*.
1. Go to the Nsight menu in Visual Studio.
2. Select *Start Performance Analysis...*.
3. Select *Trace Application*. Under *Trace Settings*, enable tracing for CUDA and OpenGL.
4. Under *Application Control*, click *Launch*.
* If you have switchable graphics (NVIDIA Optimus), see the note in Part 3.1.
7. Run the program for a few seconds, then close it.
8. At the top of the report page, select *Timeline* from the drop-down menu.
9. Take a screenshot of this tab and save it to `images`, for Part 4.
5. Run the program for a few seconds, then close it.
6. At the top of the report page, select *Timeline* from the drop-down menu.
7. Take a screenshot of this tab and save it to `images`, for Part 4.

#### Linux

Expand Down
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@ 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)
* Eyad Almoamen
* [LinkedIn](https://www.linkedin.com/in/eyadalmoamen/), [personal website](https://eyadnabeel.com)
* Tested on: Windows 11, i7-10750H CPU @ 2.60GHz 2.59 GHz 16GB, RTX 2070 Super Max-Q Design 6GB (Personal Computer)

### (TODO: Your README)
![](images/screenshot_analysis.png)
![](images/screenshot_dxr.png)
![](images/screenshot_test.png)
![](images/screenshot_warp_info.png)
![](images/screenshot_webgl_01.png)
![](images/screenshot_webgl_02.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.)
Expand Down
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.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
184 changes: 184 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="C:\Users\eyada\Desktop\classes_fa22\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