Skip to content

Single-GPU CUDA stress test based on Thrust

License

Notifications You must be signed in to change notification settings

MichaelTraore/gpu_burner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpu-burn

Single-GPU CUDA stress test based on thrust. This is a fork from http://wili.cc/blog/gpu-burn.html

Easy docker build and run

git clone https://github.com/MichaelTraore/gpu_burner.git
cd gpu-burner
docker build -t gpu_burner .
docker run --rm --gpus all gpu_burner

Building

To build GPU Burn:

docker build -t gpu_burner .

Or directly with cmake :

cmake build <your_build_directory>

Usage

GPU Burn
Usage: docker run --rm --gpus all gpu_burner [TIME_IN_SECONDS]
Example:
gpu_burner 3600

The default TIME_IN_SECONDS is 30 

About

Single-GPU CUDA stress test based on Thrust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 80.0%
  • Dockerfile 10.6%
  • CMake 9.4%