Skip to content

Commit e779765

Browse files
committed
Update ad.jl
1 parent 035485e commit e779765

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/ad.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ eltypes_by_adtype = Dict(
4747
if INCLUDE_MOONCAKE
4848
eltypes_by_adtype[AutoMooncake] = (Mooncake.CoDual,)
4949
end
50+
if INCLUDE_ENZYME
51+
eltypes_by_adtype[AutoEnzyme] = ()
52+
end
5053

5154
"""
5255
AbstractWrongADBackendError

0 commit comments

Comments
 (0)