From 19ad9b3d6e21744b84f4bfd9b3c9aac3f9de2c0f Mon Sep 17 00:00:00 2001 From: William Moses Date: Tue, 8 Oct 2024 17:24:29 -0500 Subject: [PATCH] [docs] add missing warning from #3836 (#3842) --- docs/src/tutorials/nonlinear/operator_ad.jl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/src/tutorials/nonlinear/operator_ad.jl b/docs/src/tutorials/nonlinear/operator_ad.jl index 5bd1288379d..9abc2a9be89 100644 --- a/docs/src/tutorials/nonlinear/operator_ad.jl +++ b/docs/src/tutorials/nonlinear/operator_ad.jl @@ -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: