Skip to content

Commit 7afba33

Browse files
committed
Start using AcceleratedKernels.jl
1 parent e61d13c commit 7afba33

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ uuid = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
33
version = "11.2.3"
44

55
[deps]
6+
AcceleratedKernels = "6a4ca0a5-0e36-4168-a932-d9be78d558f1"
67
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
78
GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527"
89
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
@@ -22,6 +23,7 @@ JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
2223
JLD2Ext = "JLD2"
2324

2425
[compat]
26+
AcceleratedKernels = "0.4"
2527
Adapt = "4.0"
2628
GPUArraysCore = "= 0.2.0"
2729
JLD2 = "0.4, 0.5"

src/GPUArrays.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ using Reexport
1616
@reexport using GPUArraysCore
1717

1818
using KernelAbstractions
19+
import AcceleratedKernels as AK
1920

2021
# device functionality
2122
include("device/abstractarray.jl")

0 commit comments

Comments
 (0)