/CUDANotes

Notes On Learning CUDA-C Programming

Primary LanguageCudaMIT LicenseMIT

CUDANotes

Notes On Learning CUDA-C Programming

Motivation:

I record my thoughts/notes/summary on CUDA-C Programming in this repo. Most of notes come from ZheyongFan's awesome CUDA-Programming repo and his published book.

Some References

A short overview on CUDA-C Programming

I write a blog article which involves some aspects:

  • Architecture history from CPU to GPU
  • Introduction to physical architecture of GPU
  • Relation between GPU's architecture and software concepts
  • Bullets of CUDA-C Programming

CUDA Programming and Applications in Julia

Julia2021Con is opening recently and there are two workshops about CUDA I highly recommended:

Thanks to these speakers, related workshop material could be accessed by github: