Exclude Enzyme from pre-release tests#644
Conversation
| using StaticArrays: @SVector | ||
| using Zygote, Enzyme, ForwardDiff, FiniteDiff | ||
| using Zygote, ForwardDiff, FiniteDiff | ||
|
|
There was a problem hiding this comment.
[JuliaFormatter] reported by reviewdog 🐶
| using StaticArrays: @SVector | ||
| using Zygote, Enzyme, ForwardDiff, FiniteDiff | ||
| using Zygote, ForwardDiff, FiniteDiff | ||
|
|
There was a problem hiding this comment.
[JuliaFormatter] reported by reviewdog 🐶
| using Enzyme, Zygote, ForwardDiff, FiniteDiff, ReverseDiff, Tracker | ||
| using Zygote, ForwardDiff, FiniteDiff, ReverseDiff, Tracker | ||
| using SciMLJacobianOperators | ||
|
|
There was a problem hiding this comment.
[JuliaFormatter] reported by reviewdog 🐶
| using StaticArrays, Random, LinearAlgebra, ForwardDiff, NonlinearSolveBase, SciMLBase | ||
| using ADTypes, PolyesterForwardDiff, Enzyme, ReverseDiff | ||
| using ADTypes, PolyesterForwardDiff, ReverseDiff | ||
|
|
There was a problem hiding this comment.
[JuliaFormatter] reported by reviewdog 🐶
| using Zygote, ForwardDiff, FiniteDiff | ||
|
|
||
| # Conditionally import Enzyme only if not on Julia prerelease | ||
| if isempty(VERSION.prerelease) |
There was a problem hiding this comment.
[JuliaFormatter] reported by reviewdog 🐶
| if isempty(VERSION.prerelease) | |
| if isempty(VERSION.prerelease) |
| if isempty(VERSION.prerelease) | ||
| push!(autodiff_backends, AutoEnzyme()) | ||
| end | ||
|
|
There was a problem hiding this comment.
[JuliaFormatter] reported by reviewdog 🐶
| using StaticArrays: @SVector | ||
| using Zygote, Enzyme, ForwardDiff, FiniteDiff | ||
| using Zygote, ForwardDiff, FiniteDiff | ||
|
|
There was a problem hiding this comment.
[JuliaFormatter] reported by reviewdog 🐶
| using Zygote, ForwardDiff, FiniteDiff | ||
|
|
||
| # Conditionally import Enzyme only if not on Julia prerelease | ||
| if isempty(VERSION.prerelease) |
There was a problem hiding this comment.
[JuliaFormatter] reported by reviewdog 🐶
| if isempty(VERSION.prerelease) | |
| if isempty(VERSION.prerelease) |
| if isempty(VERSION.prerelease) | ||
| push!(autodiff_backends, AutoEnzyme()) | ||
| end | ||
|
|
There was a problem hiding this comment.
[JuliaFormatter] reported by reviewdog 🐶
| using Enzyme, ForwardDiff, FiniteDiff, ReverseDiff | ||
| using ForwardDiff, FiniteDiff, ReverseDiff | ||
| using SciMLJacobianOperators | ||
|
|
There was a problem hiding this comment.
[JuliaFormatter] reported by reviewdog 🐶
| using SciMLJacobianOperators | ||
|
|
||
| # Conditionally import Enzyme only if not on Julia prerelease | ||
| if isempty(VERSION.prerelease) |
There was a problem hiding this comment.
[JuliaFormatter] reported by reviewdog 🐶
| if isempty(VERSION.prerelease) | |
| if isempty(VERSION.prerelease) |
| using Enzyme, ForwardDiff, FiniteDiff, ReverseDiff, Zygote, Tracker | ||
| using ForwardDiff, FiniteDiff, ReverseDiff, Zygote, Tracker | ||
| using SciMLJacobianOperators | ||
|
|
There was a problem hiding this comment.
[JuliaFormatter] reported by reviewdog 🐶
| using SciMLJacobianOperators | ||
|
|
||
| # Conditionally import Enzyme only if not on Julia prerelease | ||
| if isempty(VERSION.prerelease) |
There was a problem hiding this comment.
[JuliaFormatter] reported by reviewdog 🐶
| if isempty(VERSION.prerelease) | |
| if isempty(VERSION.prerelease) |
| if isempty(VERSION.prerelease) | ||
| push!(autodiff_backends, AutoEnzyme()) | ||
| end | ||
|
|
There was a problem hiding this comment.
[JuliaFormatter] reported by reviewdog 🐶
| if isempty(VERSION.prerelease) | ||
| push!(autodiff_backends, AutoEnzyme()) | ||
| end | ||
|
|
There was a problem hiding this comment.
[JuliaFormatter] reported by reviewdog 🐶
| using StaticArrays: @SVector | ||
| using Zygote, Enzyme, ForwardDiff, FiniteDiff | ||
| using Zygote, ForwardDiff, FiniteDiff | ||
|
|
There was a problem hiding this comment.
[JuliaFormatter] reported by reviewdog 🐶
| if isempty(VERSION.prerelease) | ||
| push!(autodiff_backends, (AutoEnzyme(), "no jac - enzyme")) | ||
| end | ||
|
|
There was a problem hiding this comment.
[JuliaFormatter] reported by reviewdog 🐶
| if isempty(VERSION.prerelease) | ||
| push!(autodiff_backends, AutoEnzyme()) | ||
| end | ||
|
|
There was a problem hiding this comment.
[JuliaFormatter] reported by reviewdog 🐶
| if isempty(VERSION.prerelease) | ||
| push!(autodiff_backends, AutoEnzyme()) | ||
| end | ||
|
|
There was a problem hiding this comment.
[JuliaFormatter] reported by reviewdog 🐶
| using StaticArrays: @SVector | ||
| using Zygote, Enzyme, ForwardDiff, FiniteDiff | ||
| using Zygote, ForwardDiff, FiniteDiff | ||
|
|
There was a problem hiding this comment.
[JuliaFormatter] reported by reviewdog 🐶
| if !is_julia_prerelease() | ||
| push!(autodiff_backends, AutoEnzyme()) | ||
| end | ||
|
|
There was a problem hiding this comment.
[JuliaFormatter] reported by reviewdog 🐶
No description provided.