Skip to content

Commit aced94d

Browse files
committed
Add workaround back.
1 parent 082edd6 commit aced94d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@ function addworker(X; kwargs...)
215215
exename = if do_sanitize
216216
sanitizer = CUDA.compute_sanitizer()
217217
@info "Running under $(readchomp(`$sanitizer --version`))"
218-
`$sanitizer --tool $sanitize_tool --launch-timeout=0 --target-processes=all --report-api-errors=no $test_exename`
218+
# NVIDIA bug 3263616: compute-sanitizer crashes when generating host backtraces
219+
`$sanitizer --tool $sanitize_tool --launch-timeout=0 --show-backtrace=no --target-processes=all --report-api-errors=no $test_exename`
219220
else
220221
test_exename
221222
end

0 commit comments

Comments
 (0)