Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 587 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 587 Bytes

gpu-burn

Docker image for the Multi-GPU CUDA stress test from http://wili.cc/blog/gpu-burn.html

Usage

Below commands assume that you have the appropriate version of the NVIDIA Container Toolkit installed.

Default test duration is 60 seconds. If needed, change to a different value.

Docker 19.03 and later

docker run --gpus all --rm oguzpastirmaci/gpu-burn <test duration in seconds>

Previous versions of Docker

nvidia-docker run --rm oguzpastirmaci/gpu-burn <test duration in seconds>