Using GPU processor software

Is it possible to use a GPU processor using CUDA . I want the CPU to use every GPU connected in the cluster and assign the job to the GPU with the least CPU usage.

The operating system I am using is Windows 7 64bit . All connected GPUs are fermi architecture

Please, help.

+3


source to share


1 answer


The NVIDIA Control Library is a C-based API for monitoring and managing various states of NVIDIA graphics devices. It provides direct access to queries and commands opened with the cmdline tool nvidia-smi

.



https://developer.nvidia.com/nvidia-management-library-nvml

+2


source







All Articles