Skip to content

Commit 1ec93e9

Browse files
authored
Add reactant forward and reverse pass tests (#2576)
1 parent 101106e commit 1ec93e9

File tree

6 files changed

+145
-2
lines changed

6 files changed

+145
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ steps:
1515
FLUX_TEST_CUDA: "true"
1616
FLUX_TEST_CPU: "false"
1717
FLUX_TEST_ENZYME: "false"
18+
FLUX_TEST_REACTANT: "true"
1819
timeout_in_minutes: 60
1920

2021
- label: "Metal - Julia 1"
@@ -37,6 +38,7 @@ steps:
3738
FLUX_TEST_METAL: "true"
3839
FLUX_TEST_CPU: "false"
3940
FLUX_TEST_ENZYME: "false"
41+
FLUX_TEST_REACTANT: "true"
4042

4143
- label: "AMDGPU - Julia 1"
4244
plugins:
@@ -59,6 +61,7 @@ steps:
5961
FLUX_TEST_AMDGPU: "true"
6062
FLUX_TEST_CPU: "false"
6163
FLUX_TEST_ENZYME: "false"
64+
FLUX_TEST_REACTANT: "false"
6265
JULIA_NUM_THREADS: 4
6366

6467
env:

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
1818
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
1919
ProgressLogging = "33c8b6b6-d38a-422a-b730-caa89a2f386c"
2020
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
21+
Reactant = "3c362404-f566-11ee-1572-e11a4b42c853"
2122
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
2223
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
2324
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
@@ -60,6 +61,7 @@ OneHotArrays = "0.2.4"
6061
Optimisers = "0.4.1"
6162
Preferences = "1"
6263
ProgressLogging = "0.1"
64+
Reactant = "0.2.16"
6365
Reexport = "1.0"
6466
Setfield = "1.1"
6567
SpecialFunctions = "2.1.2"

test/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"
1414
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
1515
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1616
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
17+
Reactant = "3c362404-f566-11ee-1572-e11a4b42c853"
1718
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1819
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1920
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)