pub const CUDA_ERROR_CDP_NOT_SUPPORTED: cudaError_enum = 811;Expand description
This error indicates that the module is using CUDA Dynamic Parallelism, but the current configuration, like MPS, does not support it.
pub const CUDA_ERROR_CDP_NOT_SUPPORTED: cudaError_enum = 811;This error indicates that the module is using CUDA Dynamic Parallelism, but the current configuration, like MPS, does not support it.