Skip to content

GGiecold-zz/Parallel_computing_with_CUDA_C

Repository files navigation

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.