Wait for available GPU
GPUstats
- Added new functionality to
getFirstAvailable(...)
to support multiple attempts to find available GPU.- Added 4 new input arguments:
- order - specifies, the ordering of the GPUs. Same functionality as for
getAvailable(...)
- attempts - number of attempts for locating available GPU.
- interval - interval in seconds between each attempt.
- verbose - print attempt counter
- order - specifies, the ordering of the GPUs. Same functionality as for
- Added 4 new input arguments: