pub const cudaErrorProfilerNotInitialized: cudaError = 6;
Expand description
\deprecated This error return is deprecated as of CUDA 5.0. It is no longer an error to attempt to enable/disable the profiling via ::cudaProfilerStart or ::cudaProfilerStop without initialization.