We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082edd6 commit aced94dCopy full SHA for aced94d
test/runtests.jl
@@ -215,7 +215,8 @@ function addworker(X; kwargs...)
215
exename = if do_sanitize
216
sanitizer = CUDA.compute_sanitizer()
217
@info "Running under $(readchomp(`$sanitizer --version`))"
218
- `$sanitizer --tool $sanitize_tool --launch-timeout=0 --target-processes=all --report-api-errors=no $test_exename`
+ # 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`
220
else
221
test_exename
222
end
0 commit comments