Skip to content

Uchanka/Project0-CUDA-Getting-Started

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project 0 CUDA Getting Started

University of Pennsylvania, CIS 565: GPU Programming and Architecture, Project 0

  • Name: Bowen Yang

  • Tested on: Windows 10 x64, i7-7700HQ @ 2.80GHz 16GB, GTX 1060 6GB (Personal computer)

  • Additional modification made to the repo Since I'm running CUDA 9.2 on a Pascal card and my nvcc is way too new to recognize "sm_20" as an architecture option, I had to modify the option in ./src/CMakeLists.txt and make it "sm_60" instead.

  • Title bar Nice and neat in black & green, with my name on it.

  • Analysis Timeline breakdown.

  • Debug windows: breakpoint Picked index == 1043 for the breakpoint condition.

  • Debug windows: system info The information of the warps.

  • Feedback Pascal and even newer architectures are out there so we might want to upgrade our base code accordingly?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 87.0%
  • C++ 10.7%
  • Cuda 1.7%
  • Other 0.6%