pub const CUDA_ERROR_ARRAY_IS_MAPPED: cudaError_enum = 207;Expand description
This indicates that the specified array is currently mapped and thus cannot be destroyed.
pub const CUDA_ERROR_ARRAY_IS_MAPPED: cudaError_enum = 207;This indicates that the specified array is currently mapped and thus cannot be destroyed.