From 8f4ebc8a936eb53a1af10e1ac3b50490f9d36bed Mon Sep 17 00:00:00 2001 From: William Moses Date: Fri, 27 Sep 2024 16:10:03 -0500 Subject: [PATCH] Update EnzymeCore.jl --- lib/EnzymeCore/src/EnzymeCore.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/EnzymeCore/src/EnzymeCore.jl b/lib/EnzymeCore/src/EnzymeCore.jl index 38efad9c3a..f76b302302 100644 --- a/lib/EnzymeCore/src/EnzymeCore.jl +++ b/lib/EnzymeCore/src/EnzymeCore.jl @@ -82,7 +82,7 @@ Like [`Duplicated`](@ref), except also specifies that Enzyme may avoid computing the original result and only compute the derivative values. This creates opportunities for improved performance. -```jldoctest dupnoneed +```julia function square_byref(out, v) out[] = v * v