Resources
Course Resources
External Resources
CUDA C++ Programming Guide (Link)
- Table of instruction throughputs (Link)
(Note: we are using Compute Capability 8.6)
- Table of instruction throughputs (Link)
PTX Reference Manual (Link)
SASS Instruction List (Link)
Compiler Explorer by Matt Godbolt (Link)
Lets you view the assembly generated for C++ and CUDA programs
(among many other languages!)Compiler Explorer page configured for this course (Link)
GPU Mode (Link)
- Online reading group and Discord community devoted to studying high-performance GPU programming