We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5055232 commit 8bc816dCopy full SHA for 8bc816d
ext/NNlibEnzymeExt/NNlibEnzymeExt.jl
src/NNlib.jl
@@ -124,8 +124,8 @@ include("impl/pooling_direct.jl")
124
include("deprecations.jl")
125
126
@init @static if !isdefined(Base, :get_extension)
127
- @require Enzyme="7da242da-08ed-463a-9acd-ee780be4f1d9" begin
128
- include("../ext/NNlibEnzymeExt/NNlibEnzymeExt.jl")
+ @require EnzymeCore="f151be2c-9106-41f4-ab19-57ee4f262869" begin
+ include("../ext/NNlibEnzymeCoreExt/NNlibEnzymeCoresExt.jl")
129
end
130
131
0 commit comments