Compute Modes

Enumerator:
CU_COMPUTEMODE_DEFAULT  Default compute mode (Multiple contexts allowed per device)
CU_COMPUTEMODE_EXCLUSIVE  Compute-exclusive-thread mode (Only one context used by a single thread can be present on this device at a time)
CU_COMPUTEMODE_PROHIBITED  Compute-prohibited mode (No contexts can be created on this device at this time)
CU_COMPUTEMODE_EXCLUSIVE_PROCESS  Compute-exclusive-process mode (Only one context used by a single process can be present on this device at a time)


Generated by Doxygen for NVIDIA CUDA Library  NVIDIA