Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

tariq1890/gpu-burn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpu-burn

This is a fork of the Multi-GPU CUDA stress test from http://wili.cc/blog/gpu-burn.html

Setup

To run the commands below, please ensure that you have the appropriate version of the NVIDIA Container Toolkit installed.

Default test duration is 10 seconds. If needed, change the [TIME] to your desired value.

Usage

GPU Burn
Usage: gpu_burn [OPTIONS] [TIME]

-m X   Use X MB of memory
-m N%  Use N% of the available GPU memory
-d     Use doubles
-tc    Try to use Tensor cores (if available)
-l     List all GPUs in the system
-i N   Execute only on GPU N
-h     Show this help message

Example:
gpu_burn -m 100% 3600

Running in Docker

docker run --gpus all --rm quay.io/tariq_ibrahim/gpu-burn [OPTIONS] [TIME]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published