Skip to content

anxuthu/OccupyGPU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OccupyGPU

This code occupies a gpu's utils at 100% and approx. 8GB memory.

Occupy all gpus in default:

nvcc ./occupy.cu -o run && ./run &

To occupy specific gpus, 0 and 2 for example:

nvcc ./occupy.cu -o run && ./run 0 2 &

nvcc is the CUDA complier, which usually comes along with the cuda-x.x folder when you install CUDA into the system diretories. For now, there is no nvcc if you only install the cudatoolkit package from anaconda.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published