Skip to content

learn CUDA with us, from simple operation up to complex.

Notifications You must be signed in to change notification settings

malaysia-ai/learn-cuda-with-us

Repository files navigation

learn-cuda-with-us

learn CUDA with us, from simple operation up to complex.

how-to

  1. Make sure you have nvcc, after that,
nvcc 1-add-vector-1d.cu -o 1-add-vector-1d-out
./1-add-vector-1d-out
  1. You can debug using cuda-gdb,
nvcc -G -g -o test 1-add-vector-1d.cu
cuda-gdb test
break vectorAdd
run

About

learn CUDA with us, from simple operation up to complex.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages