Skip to content

Only apply AD overloads to out-of-place #232

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Oct 10, 2023
Merged

Conversation

ChrisRackauckas
Copy link
Member

These methods are only tested for out-of-place functions right now, and the tests in OrdinaryDiffEq are seeing that they fail on in-place functions. So this changes the dispatches so they only apply when they are known to work. The in-place versions should be added in the future.

These methods are only tested for out-of-place functions right now, and the tests in OrdinaryDiffEq are seeing that they fail on in-place functions. So this changes the dispatches so they only apply when they are known to work. The in-place versions should be added in the future.
@ChrisRackauckas ChrisRackauckas merged commit edc0b5a into master Oct 10, 2023
@ChrisRackauckas ChrisRackauckas deleted the ad_overload_oop branch October 10, 2023 04:17
danielwe added a commit to danielwe/NonlinearSolve.jl that referenced this pull request Oct 10, 2023
Did you miss this in SciML#232? Gives a warning during precompilation.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant