GetCudaEnabledDeviceCount
Returns the number of installed CUDA-enabled devices.
GetDevice
Returns the current device index set by cuda::setDevice or initialized by default
GetDeviceInfo
Retruns information about the device.
ResetDevice
Explicitly destroys and cleans up all resources associated with the current device in the current …
SetDevice
Sets a device and initializes it for the current thread.
TargetArchsHas
Check whether the module contains intermediate (PTX) or binary CUDA code for the given …
TargetArchsHasBin
Check whether the module contains binary CUDA code for the given architecture
TargetArchsHasPtx
Check whether the module contains intermediate (PTX) CUDA code for the given architecture