Skip to content

ozneroL541/gpu-stress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License

GPU_Stress

A program to stress NVIDIA GPU as much as possible using CUDA.

Index

Description

This program is based on the simulation program Perfect_Numbers.

Download

Download the source code from Github

git clone https://github.com/ozneroL541/gpu-stress.git

Compilation

Requirements

To compile this program you need a make utility, a C compiler beetween Intel oneAPI DPC++/C++ Compiler and GNU Compiler Collection and CUDA Toolkit.

By default the make file will use ICX if avaiable, otherwise GCC will be used.

To compile run:

make

Execution

To execute the program on Posix Operative Systems run:

bin/gpu_stress

On Windows run:

.\bin\gpu_stress.exe

Documentation

To document this software use:

doxygen docfile

Author

  • Radice Lorenzo @ozneroL541

License

GPU_Stress is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

GPU_Stress is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with GPU_Stress. If not, see http://www.gnu.org/licenses/.

About

A program to stress NVIDIA GPU as much as possible

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors