Skip to content

Commit 6ae8678

Browse files
committed
add CUDAKernels
1 parent 6bda69f commit 6ae8678

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1010

1111
[compat]
1212
CUDA = "1, 2"
13+
CUDAKernels = "0.1"
1314
DiffRules = "1"
1415
FillArrays = "0.10"
1516
ForwardDiff = "0.10"
@@ -26,6 +27,7 @@ julia = "1.3"
2627

2728
[extras]
2829
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
30+
CUDAKernels = "72cfdca4-0801-4ab0-bf6a-d52aa10adc57"
2931
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
3032
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
3133
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"

test/cuda.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
using Tullio, Test
3-
using CUDA, KernelAbstractions
3+
using CUDA, CUDAKernels, KernelAbstractions
44
CUDA.allowscalar(false)
55
using Tracker
66
@tullio grad=Base

0 commit comments

Comments
 (0)