Prerequisite knowledge - A C Primer
In this course, we are going to use the C/C++ language.
We are going to learn how to program GPU with CUDA that is basically an extension of the C language. For this reason, it is important that you refresh your C knowledge before starting the CUDA module of the course.
There are many online tutorials about C. Make sure that you know how to compile a C code from the command line, i.e. gcc, and write simple programs in C.
For your convenience, here a simple primer of the C language:
A Little C Primer_Print version - Wikibooks, open books for an open world.pdf Download A Little C Primer_Print version - Wikibooks, open books for an open world.pdf