Skip to content

Commit 9219ffc

Browse files
avik-palgdalle
andauthored
Update src/dense.jl
Co-authored-by: Guillaume Dalle <[email protected]>
1 parent f8ca4a1 commit 9219ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dense.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ end
6969

7070
function AutoEnzyme(;
7171
mode::M = nothing, function_annotation::Type{A} = Nothing) where {M, A}
72-
return AutoEnzyme{A}(mode)
72+
return AutoEnzyme{M, A}(mode)
7373
end
7474

7575
mode(::AutoEnzyme) = ForwardOrReverseMode() # specialized in the extension

0 commit comments

Comments
 (0)