File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ version = "0.9.6"
6
6
Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
7
7
Atomix = " a9b6321e-bd34-4604-b9c9-b65b8de01458"
8
8
ChainRulesCore = " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
9
- EnzymeCore = " f151be2c-9106-41f4-ab19-57ee4f262869"
10
9
GPUArraysCore = " 46192b85-c4d5-4398-a991-12ede77f4527"
11
10
KernelAbstractions = " 63c18a36-062a-441e-b654-da1e3ab1ce7c"
12
11
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -17,15 +16,15 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
17
16
18
17
[weakdeps ]
19
18
AMDGPU = " 21141c5a-9bdb-4563-92ae-f87d6854732e"
20
- Enzyme = " 7da242da-08ed-463a-9acd-ee780be4f1d9"
21
19
cuDNN = " 02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"
22
20
CUDA = " 052768ef-5323-5732-b1bb-66c8b64840ba"
21
+ EnzymeCore = " f151be2c-9106-41f4-ab19-57ee4f262869"
23
22
24
23
[extensions ]
25
24
NNlibAMDGPUExt = " AMDGPU"
26
25
NNlibCUDAExt = " CUDA"
27
26
NNlibCUDACUDNNExt = [" CUDA" , " cuDNN" ]
28
- NNlibEnzymeExt = " Enzyme "
27
+ NNlibEnzymeCoreExt = " EnzymeCore "
29
28
30
29
[compat ]
31
30
AMDGPU = " 0.5, 0.6"
@@ -34,7 +33,6 @@ Atomix = "0.1"
34
33
ChainRulesCore = " 1.13"
35
34
CUDA = " 4, 5"
36
35
cuDNN = " 1"
37
- Enzyme = " 0.11.8"
38
36
GPUArraysCore = " 0.1"
39
37
KernelAbstractions = " 0.9.2"
40
38
Requires = " 1.0"
File renamed without changes.
Original file line number Diff line number Diff line change @@ -124,8 +124,8 @@ include("impl/pooling_direct.jl")
124
124
include (" deprecations.jl" )
125
125
126
126
@init @static if ! isdefined (Base, :get_extension )
127
- @require Enzyme = " 7da242da-08ed-463a-9acd-ee780be4f1d9 " begin
128
- include (" ../ext/NNlibEnzymeExt/NNlibEnzymeExt .jl" )
127
+ @require EnzymeCore = " f151be2c-9106-41f4-ab19-57ee4f262869 " begin
128
+ include (" ../ext/NNlibEnzymeCoreExt/NNlibEnzymeCoresExt .jl" )
129
129
end
130
130
end
131
131
You can’t perform that action at this time.
0 commit comments