Skip to content

Commit 54d6811

Browse files
committed
update versions
1 parent 20f494e commit 54d6811

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "KernelAbstractions"
22
uuid = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
33
authors = ["Valentin Churavy <[email protected]>"]
4-
version = "0.6.1"
4+
version = "0.7.0"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

lib/CUDAKernels/Project.toml

Lines changed: 2 additions & 2 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 <[email protected]>"]
4-
version = "0.2.1"
4+
version = "0.3.0"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -15,7 +15,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1515
Adapt = "3.0"
1616
CUDA = "3.0"
1717
Cassette = "0.3.3"
18-
KernelAbstractions = "0.6"
18+
KernelAbstractions = "0.7"
1919
SpecialFunctions = "0.10, 1.0"
2020
StaticArrays = "0.12, 1.0"
2121
julia = "1.6"

lib/ROCKernels/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ROCKernels"
22
uuid = "7eb9e9f0-4bd3-4c4c-8bef-26bd9629d9b9"
33
authors = ["Valentin Churavy <[email protected]>", "Julian P Samaroo <[email protected]>"]
4-
version = "0.1.0"
4+
version = "0.2.0"
55

66
[deps]
77
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
@@ -15,7 +15,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1515
AMDGPU = "0.2.5"
1616
Adapt = "0.4, 1.0, 2.0, 3.0"
1717
Cassette = "0.3.3"
18-
KernelAbstractions = "0.6"
18+
KernelAbstractions = "0.7"
1919
SpecialFunctions = "0.10, 1.0"
2020
StaticArrays = "0.12, 1.0"
2121
julia = "1.6"

0 commit comments

Comments
 (0)