Some examples of CUDA applications ready for compiling and running.
- Stencil with naïve and optimized kernel.
- SAXPY kernel.
- Coalescing examples with misaligned and strided kernels.
Make sure you have a recent version o CMake (3.10+) installed. Then run:
$ mkdir build && cd build
$ cmake -DCMAKE_BUILD_TYPE=Release
$ make -j
Created by Gustavo Leite in October 2020.