Skip to content

Commit f94d0ec

Browse files
committed
test: exported functions
1 parent c86486d commit f94d0ec

File tree

8 files changed

+242
-170
lines changed

8 files changed

+242
-170
lines changed

CondaPkg.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[deps]
2-
python = "<=3.13,>=3.9,<4"
2+
python = "<=3.12,>=3.9,<4"
33

44
[pip.deps]
5-
jax = ">= 0.6"
5+
jax = ">= 0.5"
66
tensorflow = ">= 2.17"
7-
numpy = ">= 2"
7+
numpy = ">= 1, >= 2"

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ Libdl = "1.10"
9898
LinearAlgebra = "1.10"
9999
MPI = "0.20"
100100
NNlib = "0.9.26"
101+
NPZ = "0.4"
101102
OffsetArrays = "1"
102103
OneHotArrays = "0.2.10"
103104
OrderedCollections = "1"

src/serialization/EnzymeJAX.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module EnzymeJAX
22

3-
using ..Reactant: Reactant, Compiler, MLIR, Serialization
3+
using ..Reactant: Reactant, Compiler, Serialization
44

55
"""
66
export_to_enzymejax(

test/Project.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
33
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
44
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
55
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
6+
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
67
DLFP8Types = "f4c16678-4a16-415b-82ef-ed337c5d6c7c"
78
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
89
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
@@ -18,9 +19,10 @@ KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
1819
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1920
Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
2021
LuxLib = "82251201-b29d-42c6-8e01-566dec8acb11"
21-
MethodAnalysis = "85b6ec6f-f7df-4429-9514-a64bcd9ee824"
2222
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
23+
MethodAnalysis = "85b6ec6f-f7df-4429-9514-a64bcd9ee824"
2324
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
25+
NPZ = "15e1cf62-19b3-5cfa-8e77-841668bca605"
2426
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
2527
OneHotArrays = "0b1bfda6-eb8a-41d2-88d8-f5af5cad476f"
2628
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
@@ -56,6 +58,7 @@ Lux = "1.21"
5658
LuxLib = "1.11"
5759
MPI = "0.20"
5860
NNlib = "0.9.26"
61+
NPZ = "0.4"
5962
OffsetArrays = "1"
6063
OneHotArrays = "0.2.6"
6164
Optimisers = "0.4"

test/export_enzymeax.jl

Lines changed: 0 additions & 55 deletions
This file was deleted.

test/export_enzymeax_comprehensive.jl

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)