Skip to content

Commit bdf572c

Browse files
authored
allow KernelAbstractions 0.8, etc (#147)
1 parent e957f4a commit bdf572c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Project.toml

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

66
[deps]
77
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
@@ -11,12 +11,12 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1111

1212
[compat]
1313
CUDA = "3.6"
14-
CUDAKernels = "0.3.3"
14+
CUDAKernels = "0.3.3, 0.4"
1515
ChainRulesCore = "1"
1616
DiffRules = "1"
17-
FillArrays = "0.11, 0.12"
17+
FillArrays = "0.11, 0.12, 0.13"
1818
ForwardDiff = "0.10"
19-
KernelAbstractions = "0.7.2"
19+
KernelAbstractions = "0.7.2, 0.8"
2020
LoopVectorization = "0.12.101"
2121
NamedDims = "0.2"
2222
OffsetArrays = "1"

0 commit comments

Comments
 (0)