CUDA device compute modes

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


Generated by Doxygen for NVIDIA CUDA Library  NVIDIA