Skip to content

A small benchmarking test comparing CPU and GPU performance on CUDA.

Notifications You must be signed in to change notification settings

AlexJMercer/CUDA-Benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀🚀 CUDA Benchmark 🔥🔥

Description

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.

Installation

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

Usage

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

Contributing

Guidelines for contributing to the project.

About

A small benchmarking test comparing CPU and GPU performance on CUDA.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published