You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DifferentiationInterface/ext/DifferentiationInterfaceEnzymeExt/init.jl
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
const HINT_END ="\n\nThis hint appears because DifferentiationInterface and Enzyme are both loaded. It does not necessarily imply that Enzyme is being called through DifferentiationInterface.\n\n"
2
+
3
+
functionHINT_START(option)
4
+
return"\nIf you are using Enzyme by selecting the `AutoEnzyme` object from ADTypes, you may want to try setting the `$option` option as follows:"
5
+
end
6
+
1
7
function__init__()
2
8
# robust against internal changes
3
9
condition = (
@@ -14,29 +20,23 @@ function __init__()
14
20
# robust against internal changes
15
21
Base.Experimental.register_error_hint(T) do io, exc
0 commit comments