Antoine Delattre, Arthur Le Bourg & Guillaume Poisson
- Cuda Toolkit
- C++ compiler (g++ for linux, MSVC for Windows)
- GPU supported by CUDA
- CMake
- CUB
- To build, execute the following commands :
mkdir build && cd build
cmake ..
make -j
- Use
--benchmark
to run a comparison between the cpu, gpu and gpu with libraries versions. Also checks if the results are correct. - Use
--version <cpu|gpu|gpucub>
to run a specific version of the program on the images. The images are saved at the end of the program.