A small benchmarking test comparing CPU and GPU performance on CUDA.
This project serves as a test environment for the Fractal-Art project, for which I want to use the CUDA API to speed up the rendering process.
Check out the Fractal-Art project here.
Instructions on how to install and set up the project.
# Clone the repository
git clone https://github.com/AlexJMercer/CUDA-Bench.git
# Navigate to the project directory
cd CUDA-Bench
Just simply run the project.
This project also specifically uses the MSVC compiler, as that is the only compiler that supports CUDA.
Keep in mind, you need to have CUDA Toolkit installed on your machine, and of course, have a compatible NVIDIA GPU.
# Run the project (Compilation with MSVC, scripts written in run.bat)
run.bat
Guidelines for contributing to the project.