Skip to content

Commit

Permalink
test also Enzyme
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Dec 31, 2024
1 parent 19c3769 commit 70f723e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions DifferentiationInterface/test/Down/Flux/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[deps]
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
DifferentiationInterfaceTest = "a82114a7-5aa3-49a8-9643-716bb13727a3"
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
2 changes: 1 addition & 1 deletion DifferentiationInterface/test/Down/Flux/test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ LOGGING = get(ENV, "CI", "false") == "false"
test_differentiation(
[
AutoZygote(),
# AutoEnzyme() # TODO: fix
AutoEnzyme(),
],
DIT.flux_scenarios(Random.MersenneTwister(0));
isapprox=DIT.flux_isapprox,
Expand Down

0 comments on commit 70f723e

Please sign in to comment.