Loading...
cudaErrorProfilerDisabled (5)cudaErrorProfilerDisabled occurs when profiling APIs are called but profiling isn't enabled.
CUDA error: profiler disabled cudaErrorProfilerDisabled
Use nsight.
nsight-systems ./your_app
# Or
nsight-compute ./your_appEnable profiling.
export CUDA_PROFILER_ENABLED=1API fails without profiler.
cudaProfilerStart(); // No profiler attachedProfiler attached.
// Run under: nsight-systems ./app
cudaProfilerStart();Only for controlling profiling scope. Usually not needed.
Need help debugging CUDA errors? Download RightNow AI for intelligent error analysis and optimization suggestions.