File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 - name : DifferentiationInterfaceTest
3333 dir : ' ./DifferentiationInterfaceTest'
3434 version :
35- - ' 1.10 '
35+ - ' 1'
3636 os :
3737 - ubuntu-latest
3838 arch :
5656 - uses : julia-actions/julia-runtest@v1
5757 with :
5858 project : ${{ matrix.pkg.dir }}
59+ force_latest_compatible_version : true
5960 - uses : julia-actions/julia-processcoverage@v1
6061 with :
6162 directories : ${{ matrix.pkg.dir }}/src,${{ matrix.pkg.dir }}/ext
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ ADTypes = "0.2.7"
4646ChainRulesCore = " 1.23.0"
4747Diffractor = " =0.2.6"
4848DocStringExtensions = " 0.9.3"
49- Enzyme = " 0.11.20"
49+ Enzyme = " 0.11.20,0.12 "
5050FastDifferentiation = " 0.3.9"
5151FillArrays = " 1.9.3"
5252FiniteDiff = " 2.23.1"
Original file line number Diff line number Diff line change 11type_stable_backends = [
2- AutoForwardDiff (), AutoEnzyme (Enzyme. Forward), AutoEnzyme (Enzyme. Reverse)
2+ AutoForwardDiff (), #
3+ AutoEnzyme (Enzyme. Forward),
4+ # AutoEnzyme(Enzyme.Reverse), # TODO : add it back
35]
46
57test_differentiation (
You can’t perform that action at this time.
0 commit comments