pub const CUDA_ERROR_PROFILER_DISABLED: cudaError_enum = 5;Expand description
This indicates profiler is not initialized for this run. This can happen when the application is running with external profiling tools like visual profiler.
pub const CUDA_ERROR_PROFILER_DISABLED: cudaError_enum = 5;This indicates profiler is not initialized for this run. This can happen when the application is running with external profiling tools like visual profiler.