-
-
Couldn't load subscription status.
- Fork 56
Exclude Enzyme from pre-release tests #644
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| using StaticArrays: @SVector | ||
| using Zygote, Enzyme, ForwardDiff, FiniteDiff | ||
| using Zygote, ForwardDiff, FiniteDiff | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
| using StaticArrays: @SVector | ||
| using Zygote, Enzyme, ForwardDiff, FiniteDiff | ||
| using Zygote, ForwardDiff, FiniteDiff | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
| using StaticArrays: @SVector | ||
| using Zygote, Enzyme, ForwardDiff, FiniteDiff | ||
| using Zygote, ForwardDiff, FiniteDiff | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
| using Enzyme, ForwardDiff, FiniteDiff, ReverseDiff | ||
| using ForwardDiff, FiniteDiff, ReverseDiff | ||
| using SciMLJacobianOperators | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
| if isempty(VERSION.prerelease) | ||
| push!(autodiff_backends, AutoEnzyme()) | ||
| end | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
| using StaticArrays: @SVector | ||
| using Zygote, Enzyme, ForwardDiff, FiniteDiff | ||
| using Zygote, ForwardDiff, FiniteDiff | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
| if isempty(VERSION.prerelease) | ||
| push!(autodiff_backends, (AutoEnzyme(), "no jac - enzyme")) | ||
| end | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
| if isempty(VERSION.prerelease) | ||
| push!(autodiff_backends, AutoEnzyme()) | ||
| end | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
| if isempty(VERSION.prerelease) | ||
| push!(autodiff_backends, AutoEnzyme()) | ||
| end | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
| using StaticArrays: @SVector | ||
| using Zygote, Enzyme, ForwardDiff, FiniteDiff | ||
| using Zygote, ForwardDiff, FiniteDiff | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
| if !is_julia_prerelease() | ||
| push!(autodiff_backends, AutoEnzyme()) | ||
| end | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
No description provided.