Skip to content

Commit 6a96db1

Browse files
Update test/gpu/cusolverrf.jl
1 parent b8ca961 commit 6a96db1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/gpu/cusolverrf.jl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,6 @@ using Test
5454
@test norm(A2 * sol2.u - b2) / norm(b2) < 1e-10
5555
end
5656

57-
# Test adjoint solve
58-
@testset "Adjoint Solve" begin
59-
prob_adj = LinearProblem(A', b)
60-
sol_adj = solve(prob_adj, CUSOLVERRFFactorization())
61-
@test norm(A' * sol_adj.u - b) / norm(b) < 1e-10
62-
end
63-
6457
# Test error handling for unsupported types
6558
@testset "Error Handling" begin
6659
# Test with Float32 (not supported)

0 commit comments

Comments
 (0)