Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 371 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 371 Bytes

CUDA Demos

(derived from here: https://github.com/NVIDIA/cuda-samples.git)

Programs

  • bandwidthTest
  • matrixMul
  • nvJPEG
  • reduction
  • warpAggregatedAtomicsCG

Build: There is a Makefile within each src/ folder

ssh asb9840u-b02.csil.sfu.ca -p 24 # Verified only on b01, b02 and b03
https://github.com/CMPT-431-SFU/CUDA-Demos.git
cd src/matrixMul
make