This project compares performance between CPU and GPU with CUDA operations. Two simples cases are used: matrix multiplication and 2d convolution.
- Matrix multiplication (CPU & GPU implementations)
- 2D Convolution (CPU & GPU implementations)
- Performance and error analysis
- NVIDIA CUDA should be installed
mkdir build
cd build
cmake ..
cmake --build .