https://github.com/tomtolleson/cuda-kernel-benchmarking-tool
A benchmarking tool in C++ that creates Cuda kernels and tests the overall system performance between CPU and GPU
https://github.com/tomtolleson/cuda-kernel-benchmarking-tool
cuda cuda-kernels cuda-support cuda-toolkit nvidia nvidia-cuda nvidia-gpu
Last synced: about 1 year ago
JSON representation
A benchmarking tool in C++ that creates Cuda kernels and tests the overall system performance between CPU and GPU
- Host: GitHub
- URL: https://github.com/tomtolleson/cuda-kernel-benchmarking-tool
- Owner: TomTolleson
- License: mit
- Created: 2024-12-10T15:26:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-10T16:14:06.000Z (over 1 year ago)
- Last Synced: 2025-03-30T07:17:00.956Z (about 1 year ago)
- Topics: cuda, cuda-kernels, cuda-support, cuda-toolkit, nvidia, nvidia-cuda, nvidia-gpu
- Language: Cuda
- Homepage: https://github.com/TomTolleson/CUDA-Kernel-Benchmarking-Tool
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CUDA Kernel Benchmarking Tool
[](https://developer.nvidia.com/cuda-toolkit)
[](https://isocpp.org/)
[](https://cmake.org/)
[](https://code.visualstudio.com/)
A professional CUDA benchmarking tool for testing and measuring GPU kernel performance.
## Features
- Vector addition kernel benchmarking
- Compute performance testing
- Memory bandwidth testing
- High-precision timing measurements
- Configurable test sizes
## Requirements
- NVIDIA CUDA Toolkit
- C++17 compatible compiler
- CMake 3.8 or higher
## Building
```bash
mkdir build
cd build
cmake ..
make
```
## Usage
```bash
./benchmark
```
## Project Structure
- `src/` - Source files
- `include/` - Header files
- `build/` - Build directory