Giter Club home page Giter Club logo

gpu-burn's Introduction

Utility for stress-testing NVIDIA GPU accelerators

  • Changed!!! Supportted Nvidia JETSON GPU temperature information polling.

gpu-burn will cause GPUs to run very hot - Microway disclaims any liability for any damage caused by this tool

Microway gpu-burn v0.4.5

Purpose

This tool thoroughly exercises the math units on NVIDIA GPUs. It is capable of stressing both the single-precision (32-bit) and double-precision (64-bit) math units of any GPU with CUDA support. Generally-speaking, this means any NVIDIA Tesla, Quadro or GeForce GPU released after 2010.

During startup, all GPUs in the system are discovered and tests are run on each. As the tool runs, the status of each GPU is output (including number of passes, number of errors encountered, and current GPU temperatures).

Compilation

This tool must be compiled using GCC and NVIDIA CUDA. On most systems, all that will be necessary is to run make. The Makefile does its best to locate all the necessary dependencies. Once compiled, you can execute a test run with: ./gpu_burn

Installation

An RPM can be created by running the following from the base directory:

VERSION=0.4.6
fpm -t rpm -s dir --prefix=/usr                                             \
    --name gpu-burn -v ${VERSION}                                           \
    --vendor Microway --license GPLv3                                       \
    --url https://github.com/Microway/gpu-burn                              \
    --description 'Utility for stress-testing NVIDIA GPU accelerators'      \
     gpu_burn=sbin/ gpu_burn.cuda_kernel=libexec/

A DEB can be created by replacing the -t rpm above with -t deb.

Execution

By default, this utility runs for only a short time. The user must specify how many seconds the GPU stress test should be run.

To run a single-precision test for one hour, run:

gpu_burn $(( 60 * 60 ))

To run a double-precision test for one hour, run:

gpu_burn -d $(( 60 * 60 ))

More Information

If you would like to purchase professional support for gpu-burn, or to fund development of a new feature, please visit: https://www.microway.com/contact/

Author & Credits

This project is based upon the work of Ville Timonen. This version of the tool is maintained by Microway, Inc.

gpu-burn's People

Contributors

eshelman avatar baigao avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.