Skip to content

Check if the system has multi GPU availables and return those that can communicate with GPU 0

Notifications You must be signed in to change notification settings

valegui/checkp2p

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check GPU P2P

Check if the system has multi GPU availables and returns a list with the index of those GPUs that can communicate with the GPU 0.

Example

$ ./p2pDevices
./p2pDevices Starting...

Detected 1 CUDA Capable device
0
$ ./p2pDevices
./p2pDevices Starting...

Detected 2 CUDA Capable devices
0,1

About

Check if the system has multi GPU availables and return those that can communicate with GPU 0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages