Skip to content

Commit

Permalink
Don't test Diffractor (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle authored Nov 19, 2024
1 parent 21720ff commit 34e0cfc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
- Misc/FromPrimitive
- Misc/SparsityDetector
- Misc/ZeroBackends
- Back/ChainRulesBackends
- Back/ChainRules
# - Back/Diffractor
- Back/Enzyme
- Back/FiniteDiff
- Back/FiniteDifferences
Expand All @@ -55,7 +56,7 @@ jobs:
# - skip_lts: true
# version: "1.10"
- version: "1"
group: Back/ChainRulesBackends
group: Back/ChainRules
- version: "1"
group: Back/Enzyme
env:
Expand Down
2 changes: 1 addition & 1 deletion DifferentiationInterface/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This package provides a unified syntax to differentiate functions, including:
We support the following backends defined by [ADTypes.jl](https://github.com/SciML/ADTypes.jl):

- [ChainRulesCore.jl](https://github.com/JuliaDiff/ChainRulesCore.jl)
- [Diffractor.jl](https://github.com/JuliaDiff/Diffractor.jl)
- [Diffractor.jl](https://github.com/JuliaDiff/Diffractor.jl) (currently broken)
- [Enzyme.jl](https://github.com/EnzymeAD/Enzyme.jl)
- [FastDifferentiation.jl](https://github.com/brianguenter/FastDifferentiation.jl)
- [FiniteDiff.jl](https://github.com/JuliaDiff/FiniteDiff.jl)
Expand Down

0 comments on commit 34e0cfc

Please sign in to comment.