Skip to content

Commit a0a66d9

Browse files
committed
add CUDAKernels
1 parent 6bda69f commit a0a66d9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
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"
@@ -42,4 +44,4 @@ VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
4244
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
4345

4446
[targets]
45-
test = ["Test", "CUDA", "FillArrays", "ForwardDiff", "KernelAbstractions", "LinearAlgebra", "LoopVectorization", "NamedDims", "OffsetArrays", "Printf", "Random", "TensorOperations", "Tracker", "VectorizationBase", "Zygote"]
47+
test = ["Test", "CUDA", "CUDAKernels", "FillArrays", "ForwardDiff", "KernelAbstractions", "LinearAlgebra", "LoopVectorization", "NamedDims", "OffsetArrays", "Printf", "Random", "TensorOperations", "Tracker", "VectorizationBase", "Zygote"]

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)