CUDA device compute modes

Enumerator:
cudaComputeModeDefault  Default compute mode (Multiple threads can use cudaSetDevice() with this device).
cudaComputeModeExclusive  Compute-exclusive mode (Only one thread will be able to use cudaSetDevice() with this device).
cudaComputeModeProhibited  Compute-prohibited mode (No threads can use cudaSetDevice() with this device).


Generated by Doxygen for NVIDIA CUDA Library  NVIDIA