@@ -71,38 +71,51 @@ AbstractFFTs = "1.5"
71
71
Adapt = " 4.1"
72
72
ArrayInterface = " 7.17.1"
73
73
CEnum = " 0.5"
74
- CUDA = " 5.6 "
74
+ CUDA = " 5.5 "
75
75
DLFP8Types = " 0.1"
76
+ Distributions = " 0.25"
76
77
Downloads = " 1.6"
77
78
EnumX = " 1"
78
- Enzyme = " 0.13.49 "
79
+ Enzyme = " 0.13.28 "
79
80
EnzymeCore = " 0.8.11"
81
+ FFTW = " 1.8"
80
82
Float8s = " 0.1"
83
+ Flux = " 0.15, 0.16"
81
84
Functors = " 0.5"
85
+ HypothesisTests = " 0.11"
86
+ InteractiveUtils = " 1.10"
82
87
GPUArraysCore = " 0.2"
83
88
GPUCompiler = " 1.3"
84
89
HTTP = " 1.10.15"
85
90
KernelAbstractions = " 0.9.30"
86
91
LLVM = " 9.1"
87
92
LLVMOpenMP_jll = " 18.1.7"
88
93
LinearAlgebra = " 1.10"
94
+ Lux = " 1.4.1"
95
+ LuxLib = " 1.3"
96
+ MLUtils = " 0.4.4"
89
97
MPI = " 0.20"
90
98
NNlib = " 0.9.26"
91
99
OffsetArrays = " 1"
92
- OneHotArrays = " 0.2.10"
100
+ OneHotArrays = " 0.2.6"
101
+ Optimisers = " 0.4"
93
102
OrderedCollections = " 1"
94
103
PrecompileTools = " 1.2"
95
104
Preferences = " 1.4"
96
- PythonCall = " 0.9.25 "
105
+ PythonCall = " 0.9"
97
106
Random = " 1.10"
98
107
Random123 = " 1.7"
108
+ SafeTestsets = " 0.1"
99
109
ReactantCore = " 0.1.15"
100
110
Reactant_jll = " 0.0.228"
101
111
ScopedValues = " 1.3.0"
102
112
Scratch = " 1.2"
103
113
Sockets = " 1.10"
104
114
SpecialFunctions = " 2.4"
115
+ StableRNGs = " 1"
105
116
Statistics = " 1.10"
117
+ StatsBase = " 0.34"
118
+ Test = " 1.10"
106
119
unzip_jll = " 6"
107
120
YaoBlocks = " 0.13, 0.14"
108
121
julia = " 1.10"
@@ -111,5 +124,59 @@ julia = "1.10"
111
124
Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
112
125
ArrayInterface = " 4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
113
126
CUDA = " 052768ef-5323-5732-b1bb-66c8b64840ba"
127
+ Enzyme = " 7da242da-08ed-463a-9acd-ee780be4f1d9"
114
128
NNlib = " 872c559c-99b0-510c-b3b7-b6c96a88d5cd"
115
129
PythonCall = " 6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
130
+ Reactant_jll = " 0192cb87-2b54-54ad-80e0-3be72ad8a3c0"
131
+ Distributions = " 31c24e10-a181-5473-b8eb-7969acd0382f"
132
+ FFTW = " 7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
133
+ Flux = " 587475ba-b771-5e3f-ad9e-33799f191a9c"
134
+ Functors = " d9f16b24-f501-4c13-a1f2-28368ffc5196"
135
+ HypothesisTests = " 09f84164-cd44-5f33-b23f-e6b0d136a0d5"
136
+ InteractiveUtils = " b77e0a4c-d291-57a0-90e8-8db25a27a240"
137
+ LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
138
+ Lux = " b2108857-7c20-44ae-9111-449ecde12c47"
139
+ LuxLib = " 82251201-b29d-42c6-8e01-566dec8acb11"
140
+ MLUtils = " f1d291b0-491e-4a28-83b9-f70985020b54"
141
+ Optimisers = " 3bd65402-5787-11e9-1adc-39752487f4e2"
142
+ Preferences = " 21216c6a-2e73-6563-6e65-726566657250"
143
+ Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
144
+ SafeTestsets = " 1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
145
+ StableRNGs = " 860ef19b-820b-49d6-a774-d7a799459cd3"
146
+ StatsBase = " 2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
147
+ Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
148
+
149
+ [targets ]
150
+ test = [
151
+ " Adapt" ,
152
+ " ArrayInterface" ,
153
+ " CUDA" ,
154
+ " DLFP8Types" ,
155
+ " Distributions" ,
156
+ " Enzyme" ,
157
+ " FFTW" ,
158
+ " Float8s" ,
159
+ " Flux" ,
160
+ " Functors" ,
161
+ " HypothesisTests" ,
162
+ " InteractiveUtils" ,
163
+ " KernelAbstractions" ,
164
+ " LinearAlgebra" ,
165
+ " Lux" ,
166
+ " LuxLib" ,
167
+ " MLUtils" ,
168
+ " NNlib" ,
169
+ " OffsetArrays" ,
170
+ " OneHotArrays" ,
171
+ " Optimisers" ,
172
+ " Preferences" ,
173
+ " PythonCall" ,
174
+ " Random" ,
175
+ " Random123" ,
176
+ " SafeTestsets" ,
177
+ " SpecialFunctions" ,
178
+ " StableRNGs" ,
179
+ " Statistics" ,
180
+ " StatsBase" ,
181
+ " Test" ,
182
+ ]
0 commit comments