Skip to content

Commit

Permalink
Update EnzymeCore.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored Sep 27, 2024
1 parent 6056cc4 commit 8f4ebc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/EnzymeCore/src/EnzymeCore.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f4ebc8

Please sign in to comment.