Skip to content

Commit be91ba2

Browse files
Remove batch test
1 parent d69af77 commit be91ba2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/enzyme.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ b1 = rand(n);
3333
db1 = zeros(n);
3434
db12 = zeros(n);
3535

36+
#=
37+
# Batch test fails
38+
# Captured in MWE: https://github.com/EnzymeAD/Enzyme.jl/issues/1075
39+
3640
function fbatch(y, A, b1; alg = LUFactorization())
3741
prob = LinearProblem(A, b1)
3842
@@ -55,6 +59,7 @@ db12 = ForwardDiff.gradient(x->f(eltype(x).(A),x), copy(b1))
5559
@test_broken dA2 ≈ dA_2
5660
@test_broken db1 ≈ db1_2
5761
@test_broken db12 ≈ db1_2
62+
=#
5863

5964
function f(A, b1, b2; alg = LUFactorization())
6065
prob = LinearProblem(A, b1)

0 commit comments

Comments
 (0)