File tree Expand file tree Collapse file tree
DifferentiationInterface/test/Back/Enzyme Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070 logging = LOGGING,
7171 )
7272
73+ test_differentiation (
74+ AutoEnzyme (),
75+ default_scenarios (; include_constantified = true );
76+ excluded = vcat (FIRST_ORDER, :second_derivative ),
77+ logging = LOGGING,
78+ )
79+
7380 test_differentiation (
7481 # TODO : replace with AutoEnzyme() when https://github.com/EnzymeAD/Enzyme.jl/issues/2854 is fixed
7582 SecondOrder (
7683 AutoEnzyme (; mode = Enzyme. set_runtime_activity (Enzyme. Forward)),
7784 AutoEnzyme (; mode = Enzyme. set_runtime_activity (Enzyme. Reverse))
7885 ),
79- default_scenarios (; include_constantified = true , include_cachified = true );
86+ default_scenarios (; include_normal = false , include_constantified = false , include_cachified = true );
8087 excluded = vcat (FIRST_ORDER, :second_derivative ),
8188 logging = LOGGING,
8289 )
You can’t perform that action at this time.
0 commit comments