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
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################

/cuda-getting-started/cis5650_getting_started.sln
35 changes: 29 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,34 @@ 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)
* Shreyas Singh
* [LinkedIn](https://linkedin.com/in/shreyassinghiitr), [personal website](https://github.com/shreyas3156), etc.
* Tested on: Windows 10, i7-12700 @ 2.1GHz 32GB, T1000 (CETS Lab)

### (TODO: Your README)
### Analysis

The Compute-Capability of the GPU T1000 is 7.5.

### Part 2.1.2

![](images/debug_run.PNG)
An example CUDA debug-run.


### Part 2.1.3

![](images/WarpInfoAutos.PNG)
This shows the mapping between the `blockIdx`, `threadIdx` and its Shader Info reflected in the CUDA Debugger.

### Part 2.2

![](images/webglreport.PNG)
![](images/webgl2report.PNG)

The browsers were found to be compatible with WebGL1 and WebGL2.

### Part 2.3

![](images/webgpureport.PNG)
The browsers were found to be compatible with WebGPU.

Include screenshots, analysis, etc. (Remember, this is public, so don't put
anything here that you don't want to share with the world.)
59 changes: 59 additions & 0 deletions cuda-getting-started/cis5650_getting_started.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CMakePredefinedTargets", "CMakePredefinedTargets", "{BA1BB8D3-A9CE-35F1-B209-5C23C61F78AD}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cis5650_getting_started", "cis5650_getting_started.vcxproj", "{04924BCB-234D-3DE3-9235-085286D879F3}"
ProjectSection(ProjectDependencies) = postProject
{7E532CB7-C297-302B-B0D9-607121077286} = {7E532CB7-C297-302B-B0D9-607121077286}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ALL_BUILD", "ALL_BUILD.vcxproj", "{DB4F0CD4-915E-3DD8-9797-897D2633DDC9}"
ProjectSection(ProjectDependencies) = postProject
{7E532CB7-C297-302B-B0D9-607121077286} = {7E532CB7-C297-302B-B0D9-607121077286}
{04924BCB-234D-3DE3-9235-085286D879F3} = {04924BCB-234D-3DE3-9235-085286D879F3}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZERO_CHECK", "ZERO_CHECK.vcxproj", "{7E532CB7-C297-302B-B0D9-607121077286}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
MinSizeRel|x64 = MinSizeRel|x64
RelWithDebInfo|x64 = RelWithDebInfo|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{04924BCB-234D-3DE3-9235-085286D879F3}.Debug|x64.ActiveCfg = Debug|x64
{04924BCB-234D-3DE3-9235-085286D879F3}.Debug|x64.Build.0 = Debug|x64
{04924BCB-234D-3DE3-9235-085286D879F3}.Release|x64.ActiveCfg = Release|x64
{04924BCB-234D-3DE3-9235-085286D879F3}.Release|x64.Build.0 = Release|x64
{04924BCB-234D-3DE3-9235-085286D879F3}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{04924BCB-234D-3DE3-9235-085286D879F3}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{04924BCB-234D-3DE3-9235-085286D879F3}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{04924BCB-234D-3DE3-9235-085286D879F3}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{DB4F0CD4-915E-3DD8-9797-897D2633DDC9}.Debug|x64.ActiveCfg = Debug|x64
{DB4F0CD4-915E-3DD8-9797-897D2633DDC9}.Release|x64.ActiveCfg = Release|x64
{DB4F0CD4-915E-3DD8-9797-897D2633DDC9}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{DB4F0CD4-915E-3DD8-9797-897D2633DDC9}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{7E532CB7-C297-302B-B0D9-607121077286}.Debug|x64.ActiveCfg = Debug|x64
{7E532CB7-C297-302B-B0D9-607121077286}.Debug|x64.Build.0 = Debug|x64
{7E532CB7-C297-302B-B0D9-607121077286}.Release|x64.ActiveCfg = Release|x64
{7E532CB7-C297-302B-B0D9-607121077286}.Release|x64.Build.0 = Release|x64
{7E532CB7-C297-302B-B0D9-607121077286}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{7E532CB7-C297-302B-B0D9-607121077286}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{7E532CB7-C297-302B-B0D9-607121077286}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{7E532CB7-C297-302B-B0D9-607121077286}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DB4F0CD4-915E-3DD8-9797-897D2633DDC9} = {BA1BB8D3-A9CE-35F1-B209-5C23C61F78AD}
{7E532CB7-C297-302B-B0D9-607121077286} = {BA1BB8D3-A9CE-35F1-B209-5C23C61F78AD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1A553237-9764-37B8-96AF-ED01F2A38CB4}
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal
Loading