You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instrumentation calls cuptiProfilerInitialize to enable higher precision GPU timestamps. However, we currently fail if the profiler was already initialized, which prevents running with nvprof. We should fix this by not failing if cuptiProfilerInitialize fails due to the profiler already having been initialized.
The text was updated successfully, but these errors were encountered:
Instrumentation calls
cuptiProfilerInitialize
to enable higher precision GPU timestamps. However, we currently fail if the profiler was already initialized, which prevents running with nvprof. We should fix this by not failing ifcuptiProfilerInitialize
fails due to the profiler already having been initialized.The text was updated successfully, but these errors were encountered: