Functions§
- atc_
cuda_ ⚠device_ count - Returns the number of CUDA devices available.
- atc_
cuda_ ⚠is_ available - Returns true if at least one CUDA device is available.
- atc_
cudnn_ ⚠is_ available - Returns true if CUDA is available, and CuDNN is available.
- atc_
manual_ ⚠seed - Sets the seed for the current GPU.
- atc_
manual_ ⚠seed_ all - Sets the seed for all available GPUs.
- atc_
set_ ⚠benchmark_ cudnn - Sets CUDNN benchmark mode.
- atc_
set_ ⚠user_ enabled_ cudnn - Enable or disable CUDNN.
- atc_
synchronize ⚠ - Waits for all kernels in all streams on a CUDA device to complete.
- atc_
user_ ⚠enabled_ cudnn - Returns true if CUDNN is enabled by the user.