Skip to content
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

[Docs] Add missing warning from #3836 #3842

Merged
merged 2 commits into from
Oct 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/src/tutorials/nonlinear/operator_ad.jl
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,13 @@ enzyme_rosenbrock()
# is a package that provides an abstraction layer across a few underlying
# autodiff libraries.

# !!! warning
# The JuMP developers cannot help you debug error messages related to
# DifferentiationInterface. If the operator works, it works. If not, we
# suggest you directly try using a different automatic differentiation
# library rather than the DI wrapper. See [juliadiff.org](https://juliadiff.org/)
# for details.

# All the necessary information about your choice of underlying autodiff
# package is encoded in a "backend object" like this one:

Expand Down
Loading