Skip to content

Commit

Permalink
[docs] add missing warning from #3836 (#3842)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored Oct 8, 2024
1 parent 678e7d5 commit 19ad9b3
Showing 1 changed file with 7 additions and 0 deletions.
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

0 comments on commit 19ad9b3

Please sign in to comment.