File tree Expand file tree Collapse file tree 6 files changed +145
-2
lines changed Expand file tree Collapse file tree 6 files changed +145
-2
lines changed Original file line number Diff line number Diff line change 15
15
FLUX_TEST_CUDA : " true"
16
16
FLUX_TEST_CPU : " false"
17
17
FLUX_TEST_ENZYME : " false"
18
+ FLUX_TEST_REACTANT : " true"
18
19
timeout_in_minutes : 60
19
20
20
21
- label : " Metal - Julia 1"
37
38
FLUX_TEST_METAL : " true"
38
39
FLUX_TEST_CPU : " false"
39
40
FLUX_TEST_ENZYME : " false"
41
+ FLUX_TEST_REACTANT : " true"
40
42
41
43
- label : " AMDGPU - Julia 1"
42
44
plugins :
59
61
FLUX_TEST_AMDGPU : " true"
60
62
FLUX_TEST_CPU : " false"
61
63
FLUX_TEST_ENZYME : " false"
64
+ FLUX_TEST_REACTANT : " false"
62
65
JULIA_NUM_THREADS : 4
63
66
64
67
env :
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
18
18
Preferences = " 21216c6a-2e73-6563-6e65-726566657250"
19
19
ProgressLogging = " 33c8b6b6-d38a-422a-b730-caa89a2f386c"
20
20
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
21
+ Reactant = " 3c362404-f566-11ee-1572-e11a4b42c853"
21
22
Reexport = " 189a3867-3050-52da-a836-e630ba90ab69"
22
23
Setfield = " efcf1570-3423-57d1-acb7-fd33fddbac46"
23
24
SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
@@ -60,6 +61,7 @@ OneHotArrays = "0.2.4"
60
61
Optimisers = " 0.4.1"
61
62
Preferences = " 1"
62
63
ProgressLogging = " 0.1"
64
+ Reactant = " 0.2.16"
63
65
Reexport = " 1.0"
64
66
Setfield = " 1.1"
65
67
SpecialFunctions = " 2.1.2"
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"
14
14
Optimisers = " 3bd65402-5787-11e9-1adc-39752487f4e2"
15
15
Pkg = " 44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
16
16
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
17
+ Reactant = " 3c362404-f566-11ee-1572-e11a4b42c853"
17
18
SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
18
19
Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
19
20
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
You can’t perform that action at this time.
0 commit comments