File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ uuid = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
3
3
version = " 11.2.3"
4
4
5
5
[deps ]
6
+ AcceleratedKernels = " 6a4ca0a5-0e36-4168-a932-d9be78d558f1"
6
7
Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
7
8
GPUArraysCore = " 46192b85-c4d5-4398-a991-12ede77f4527"
8
9
KernelAbstractions = " 63c18a36-062a-441e-b654-da1e3ab1ce7c"
@@ -22,6 +23,7 @@ JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
22
23
JLD2Ext = " JLD2"
23
24
24
25
[compat ]
26
+ AcceleratedKernels = " 0.4"
25
27
Adapt = " 4.0"
26
28
GPUArraysCore = " = 0.2.0"
27
29
JLD2 = " 0.4, 0.5"
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ using Reexport
16
16
@reexport using GPUArraysCore
17
17
18
18
using KernelAbstractions
19
+ import AcceleratedKernels as AK
19
20
20
21
# device functionality
21
22
include (" device/abstractarray.jl" )
You can’t perform that action at this time.
0 commit comments