A program to stress NVIDIA GPU as much as possible using CUDA.
This program is based on the simulation program Perfect_Numbers.
Download the source code from Github
git clone https://github.com/ozneroL541/gpu-stress.git
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
To execute the program on Posix Operative Systems run:
bin/gpu_stress
On Windows run:
.\bin\gpu_stress.exe
To document this software use:
doxygen docfile
- Radice Lorenzo @ozneroL541
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/.