/learning_cuda

Playground for CUDA learning projects

Primary LanguageCuda

CUDA Playground

  • hello_world - Hello World CUDA program
  • vector_addition - Replicating tutorial to learn host execution, distinct memory spaces, threads, thread blocks, warps, grids.
  • matrix_multiplication - Building my own NxN square matrix multiplication kernel to hone memory transfer skills and gaining acquaintance of new unified memory architecture features.