Commit 01a6ebf
Move Enzyme AD tests to their own group and environment (#1261)
Enzyme v0.13.182 fails to differentiate through the BLAS `dot` lowering
introduced in Julia 1.13 ("No augmented forward pass found for
ijl_lazy_load_and_lookup"), breaking the Core CI job on the `pre` channel.
The upstream fix (Enzyme 23ff630) is not yet in a registered release.
Split the Enzyme-dependent AD tests into their own `AD` test group, folder,
and environment:
- test/ADtests.jl and test/AD_performance_regression.jl move to test/AD/.
- The AD group gets its own env (test/AD/Project.toml), so its Enzyme-family
dependencies (Enzyme, Tracker, Mooncake, BenchmarkTools, Ipopt,
OptimizationMOI, OptimizationLBFGSB) live only there and are removed from the
main test target, simplifying the main [extras]/[targets]/[compat].
- test_groups.toml declares the AD group with versions = ["lts", "1"] so CI
runs it on stable releases but excludes it from the `pre` channel until a
fixed Enzyme is registered.
Verified locally: `GROUP=AD` resolves/instantiates the new env and passes
(AD Tests 123/123, AD Performance Regression 3/3) on Julia 1.12.4; the main
test env also builds without the moved dependencies.
See #1260.
Co-authored-by: ChrisRackauckas-Claude <accounts@chrisrackauckas.com>1 parent d7c95a3 commit 01a6ebf
6 files changed
Lines changed: 69 additions & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 23 | | |
30 | 24 | | |
31 | 25 | | |
| |||
35 | 29 | | |
36 | 30 | | |
37 | 31 | | |
38 | | - | |
39 | 32 | | |
40 | 33 | | |
41 | 34 | | |
42 | 35 | | |
43 | 36 | | |
44 | | - | |
45 | 37 | | |
46 | 38 | | |
47 | 39 | | |
48 | | - | |
49 | 40 | | |
50 | 41 | | |
51 | 42 | | |
| |||
54 | 45 | | |
55 | 46 | | |
56 | 47 | | |
57 | | - | |
58 | 48 | | |
59 | 49 | | |
60 | 50 | | |
61 | | - | |
62 | | - | |
63 | 51 | | |
64 | 52 | | |
65 | 53 | | |
| |||
77 | 65 | | |
78 | 66 | | |
79 | 67 | | |
80 | | - | |
81 | 68 | | |
82 | 69 | | |
83 | 70 | | |
84 | 71 | | |
85 | | - | |
86 | 72 | | |
87 | 73 | | |
88 | 74 | | |
89 | | - | |
90 | 75 | | |
91 | 76 | | |
92 | 77 | | |
93 | | - | |
94 | 78 | | |
95 | 79 | | |
96 | 80 | | |
97 | 81 | | |
98 | 82 | | |
99 | | - | |
100 | 83 | | |
101 | 84 | | |
102 | | - | |
103 | | - | |
104 | 85 | | |
105 | 86 | | |
106 | 87 | | |
| |||
114 | 95 | | |
115 | 96 | | |
116 | 97 | | |
117 | | - | |
118 | 98 | | |
119 | 99 | | |
120 | 100 | | |
121 | | - | |
| 101 | + | |
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | 62 | | |
65 | 63 | | |
66 | 64 | | |
| |||
70 | 68 | | |
71 | 69 | | |
72 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
73 | 84 | | |
74 | 85 | | |
75 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
4 | 10 | | |
5 | 11 | | |
0 commit comments