Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 250 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 250 Bytes

Parallel_computing_with_CUDA_C

Various illustrations of CUDA C for general-purpose computing on GPUs, organized thematically.

Knowledge of C and C++ is assumed, especially familarity with malloc, calloc, memset, memcpy, new, delete and the likes.