Talk slide link
cd /path/to/project/root
mkdir build
cd build
cmake ..
make
This builds 5 executables:
hello
=> a simple hello world exampleadd_cpu
=> perform arithmetic operations on a large array using CPUadd_gpu
=> perform same operation using GPUrotate_cpu
=> rotate an image using CPUrotate_gpu
=> same operation using GPU