Skip to content

Commit a068089

Browse files
committed
update CUDAKernels
1 parent e80004f commit a068089

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/CUDAKernels/Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CUDAKernels"
22
uuid = "72cfdca4-0801-4ab0-bf6a-d52aa10adc57"
33
authors = ["Valentin Churavy <v.churavy@gmail.com>"]
4-
version = "0.3.0"
4+
version = "0.3.1"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -13,9 +13,9 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1313

1414
[compat]
1515
Adapt = "3.0"
16-
CUDA = "3.0"
16+
CUDA = "3.5"
1717
Cassette = "0.3.3"
1818
KernelAbstractions = "0.7"
1919
SpecialFunctions = "0.10, 1.0"
2020
StaticArrays = "0.12, 1.0"
21-
julia = "1.6"
21+
julia = "1.6"

0 commit comments

Comments
 (0)