Skip to content

Commit c75b56f

Browse files
committed
Bump versions.
1 parent 6fdca86 commit c75b56f

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "CUDA"
22
uuid = "052768ef-5323-5732-b1bb-66c8b64840ba"
3-
version = "5.6.1"
3+
version = "5.7.0"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"

lib/cudnn/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "cuDNN"
22
uuid = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"
33
authors = ["Tim Besard <[email protected]>"]
4-
version = "1.4.1"
4+
version = "1.4.2"
55

66
[deps]
77
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
@@ -11,7 +11,7 @@ CUDNN_jll = "62b44479-cb7b-5706-934f-f13b2eb2e645"
1111

1212
[compat]
1313
CEnum = "0.2, 0.3, 0.4, 0.5"
14-
CUDA = "~5.6"
14+
CUDA = "~5.7"
1515
CUDA_Runtime_Discovery = "0.2, 0.3"
1616
CUDNN_jll = "~9.4"
1717
julia = "1.10"

lib/custatevec/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "cuStateVec"
22
uuid = "92f7fd98-d22e-4c0d-85a8-6ade11b672fb"
33
authors = ["Katharine Hyatt <[email protected]>"]
4-
version = "1.3.1"
4+
version = "1.3.2"
55

66
[deps]
77
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
@@ -11,7 +11,7 @@ cuQuantum_jll = "b75408ef-6fdf-5d74-b65a-7df000ad18e6"
1111

1212
[compat]
1313
CEnum = "0.2, 0.3, 0.4, 0.5"
14-
CUDA = "~5.6"
14+
CUDA = "~5.7"
1515
CUDA_Runtime_Discovery = "0.2, 0.3"
1616
cuQuantum_jll = "~24.03"
1717
julia = "1.10"

lib/cutensor/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "cuTENSOR"
22
uuid = "011b41b2-24ef-40a8-b3eb-fa098493e9e1"
33
authors = ["Tim Besard <[email protected]>"]
4-
version = "2.2.1"
4+
version = "2.2.2"
55

66
[deps]
77
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
@@ -13,7 +13,7 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1313

1414
[compat]
1515
CEnum = "0.2, 0.3, 0.4, 0.5"
16-
CUDA = "~5.6"
16+
CUDA = "~5.7"
1717
CUDA_Runtime_Discovery = "0.2, 0.3"
1818
CUTENSOR_jll = "~2.0"
1919
LinearAlgebra = "1"

lib/cutensornet/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "cuTensorNet"
22
uuid = "448d79b3-4b49-4e06-a5ea-00c62c0dc3db"
33
authors = ["Katharine Hyatt <[email protected]>"]
4-
version = "1.3.1"
4+
version = "1.3.2"
55

66
[deps]
77
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
@@ -13,7 +13,7 @@ cuTENSOR = "011b41b2-24ef-40a8-b3eb-fa098493e9e1"
1313

1414
[compat]
1515
CEnum = "0.2, 0.3, 0.4, 0.5"
16-
CUDA = "~5.6"
16+
CUDA = "~5.7"
1717
CUDA_Runtime_Discovery = "0.2, 0.3"
1818
cuQuantum_jll = "~24.3"
1919
cuTENSOR = "2"

0 commit comments

Comments
 (0)