Skip to content

Commit 49c0c66

Browse files
committed
Temporarily skip NVTX initialization.
1 parent 566fc7c commit 49c0c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/initialization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ function __init__()
160160
end
161161

162162
# if we're not running under an external profiler, let CUPTI handle NVTX events
163-
if !NVTX.isactive()
163+
if !NVTX.isactive() && toolkit_version < v"13" # NVIDIA/NVTX#125
164164
ENV["NVTX_INJECTION64_PATH"] = CUDA_Runtime.libcupti
165165
NVTX.activate()
166166
end

0 commit comments

Comments
 (0)