Skip to content

Commit d09c21d

Browse files
committed
Re-enable CUSPARSE testing with Compute Sanitizer.
1 parent d90f22d commit d09c21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ if !has_cutensor() || first(picks).cap < v"6.0"
179179
end
180180
if do_sanitize
181181
# XXX: some library tests fail under compute-sanitizer
182-
append!(skip_tests, ["cutensor", "cusparse"])
182+
append!(skip_tests, ["cutensor"])
183183
# XXX: others take absurdly long
184184
push!(skip_tests, "cusolver")
185185
# XXX: these hang for some reason

0 commit comments

Comments
 (0)