We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86657fd commit 5fb9422Copy full SHA for 5fb9422
test/ad/others.jl
@@ -7,7 +7,7 @@
7
8
@testset "logsumexp" begin
9
x = rand(3)
10
- test_reverse_mode_ad(logsumexp, randn(), x; rtol=1e-8, atol=1e-6, broken = (:Enzyme,))
+ test_reverse_mode_ad(logsumexp, randn(), x; rtol=1e-8, atol=1e-6)
11
end
12
13
@testset "zygote_ldiv" begin
0 commit comments