Project 0 Getting Started

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

  • Keyan Zhai
  • Tested on: Windows 10 Pro, AMD Ryzen 7 5800X 8-Core Processor 3.80 GHz, RTX 3080 10GB (personal)

Compute Capability of CUDA-compatible GPU

  • GPU: GeForce RTX 3080
  • Compute Capability: 8.6

CMake modification

Changed line 97 of CUDAComputesList.cmake from

FOREACH(VER 20 30 32 35 37 50 52 53 60 61 62 70 72 75 80 86)

to

FOREACH(VER 32 35 37 50 52 53 60 61 62 70 72 75 80 86)

Reference: https://edstem.org/us/courses/28083/discussion/1723078


Part 3.1: CUDA

Part 3.1.1 Modify the CUDA Project and Take a Screenshot

Part 3.1.2: Analyze

Part 3.1.3: Nsight Debugging

Part 3.2: WebGL

Part 3.3: DXR