Skip to content

Commit 58b5cff

Browse files
committed
Update nvidia.jl
1 parent d1215ab commit 58b5cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gpu/nvidia.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ include("gpu.jl")
191191
B = hcat(b, -b)
192192
A = M(A)
193193
B = M(B)
194-
X, stats = block_gmres(A, B)
194+
X, stats = block_gmres(A, B, reorthogonalization=true)
195195
@test norm(B - A * X) atol + rtol * norm(B)
196196
end
197197

0 commit comments

Comments
 (0)