Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 2 months ago
JSON representation

A benchmarking tool in C++ that creates Cuda kernels and tests the overall system performance between CPU and GPU

Awesome Lists containing this project

README

        

# CUDA Kernel Benchmarking Tool

[![CUDA](https://img.shields.io/badge/CUDA-12.0-76B900?style=flat&logo=nvidia)](https://developer.nvidia.com/cuda-toolkit)
[![C++](https://img.shields.io/badge/C++-17-00599C?style=flat&logo=cplusplus)](https://isocpp.org/)
[![CMake](https://img.shields.io/badge/CMake-3.8+-064F8C?style=flat&logo=cmake)](https://cmake.org/)
[![VS Code](https://img.shields.io/badge/VS_Code-1.8+-007ACC?style=flat&logo=visualstudiocode)](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