We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9780927 commit a5ecbe0Copy full SHA for a5ecbe0
1 file changed
DifferentiationInterface/test/Back/Mooncake/test.jl
@@ -23,8 +23,20 @@ end
23
24
test_differentiation(
25
backends[3:4],
26
- default_scenarios(;
27
- include_constantified = true, include_cachified = true, use_tuples = true
+ default_scenarios();
+ excluded = SECOND_ORDER,
28
+ logging = LOGGING,
29
+);
30
+
31
+test_differentiation(
32
+ backends[3:4],
33
+ nomatrix(
34
+ default_scenarios(;
35
+ include_normal = false,
36
+ include_constantified = true,
37
+ include_cachified = true,
38
+ use_tuples = true
39
+ )
40
);
41
excluded = SECOND_ORDER,
42
logging = LOGGING,
@@ -49,6 +61,7 @@ end
49
61
# Test second-order differentiation (forward-over-reverse)
50
62
51
63
[SecondOrder(AutoMooncakeForward(), AutoMooncake())],
64
+ nomatrix(default_scenarios());
52
65
excluded = EXCLUDED,
53
66
54
67
)
0 commit comments