Skip to content

Commit 41fca78

Browse files
committed
test with newer gpu packages, incl. CUDAKernels
1 parent e95ad9d commit 41fca78

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Project.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
name = "Tullio"
22
uuid = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"
33
authors = ["Michael Abbott"]
4-
version = "0.2.14"
4+
version = "0.2.15"
55

66
[deps]
77
DiffRules = "b552c78f-8df3-52c6-915a-8e097449b14b"
88
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
99
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1010

1111
[compat]
12-
CUDA = "1, 2"
12+
CUDA = "2, 3"
13+
CUDAKernels = "0.1, 0.2"
1314
DiffRules = "1"
1415
FillArrays = "0.10"
1516
ForwardDiff = "0.10"
16-
KernelAbstractions = "0.5.2"
17+
KernelAbstractions = "0.5.2, 0.6"
1718
LoopVectorization = "0.8.26, 0.9.20"
1819
NamedDims = "0.2"
1920
OffsetArrays = "1"
@@ -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, ForwardDiff
66
@tullio grad=Base

0 commit comments

Comments
 (0)