Skip to content

Commit 2290b5f

Browse files
author
Katharine Hyatt
committed
Try projections without A to A methods
1 parent effff75 commit 2290b5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/testsuite/enzyme/projections.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function test_enzyme_project_hermitian(
2727
B = instantiate_matrix(T, sz)
2828
alg = MatrixAlgebraKit.select_algorithm(project_hermitian, A)
2929
test_reverse(project_hermitian, RT, (A, TA), (alg, Const); atol, rtol, fdm)
30-
test_reverse(project_hermitian!, RT, (A, TA), (A, TA), (alg, Const); atol, rtol, fdm)
30+
#test_reverse(project_hermitian!, RT, (A, TA), (A, TA), (alg, Const); atol, rtol, fdm)
3131
test_reverse(project_hermitian!, RT, (A, TA), (B, TA), (alg, Const); atol, rtol, fdm)
3232
end
3333
end
@@ -47,7 +47,7 @@ function test_enzyme_project_antihermitian(
4747
B = instantiate_matrix(T, sz)
4848
alg = MatrixAlgebraKit.select_algorithm(project_hermitian, A)
4949
test_reverse(project_antihermitian, RT, (A, TA), (alg, Const); atol, rtol, fdm)
50-
test_reverse(project_antihermitian!, RT, (A, TA), (A, TA), (alg, Const); atol, rtol, fdm)
50+
#test_reverse(project_antihermitian!, RT, (A, TA), (A, TA), (alg, Const); atol, rtol, fdm)
5151
test_reverse(project_antihermitian!, RT, (A, TA), (B, TA), (alg, Const); atol, rtol, fdm)
5252
end
5353
end

0 commit comments

Comments
 (0)