Skip to content

Commit 7eda21f

Browse files
committed
Bump versions of subpackages.
1 parent af65a44 commit 7eda21f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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 <tim.besard@gmail.com>"]
4-
version = "1.0.2"
4+
version = "1.0.3"
55

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

1111
[compat]
1212
CUDNN_jll = "~8.8"
13-
CUDA = "~4.0, ~4.1"
13+
CUDA = "~4.0, ~4.1, ~4.2"
1414
CEnum = "0.2, 0.3, 0.4"
1515
julia = "1.6"

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 <kslimes@gmail.com>"]
4-
version = "1.0.2"
4+
version = "1.0.3"
55

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

1111
[compat]
1212
cuQuantum_jll = "~22.11"
13-
CUDA = "~4.0, ~4.1"
13+
CUDA = "~4.0, ~4.1, ~4.2"
1414
CEnum = "0.2, 0.3, 0.4"
1515
julia = "1.6"

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 <tim.besard@gmail.com>"]
4-
version = "1.0.2"
4+
version = "1.0.3"
55

66
[deps]
77
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
@@ -11,6 +11,6 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1111

1212
[compat]
1313
CUTENSOR_jll = "~1.6"
14-
CUDA = "~4.0, ~4.1"
14+
CUDA = "~4.0, ~4.1, ~4.2"
1515
CEnum = "0.2, 0.3, 0.4"
1616
julia = "1.6"

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 <kshyatt@gmail.com>"]
4-
version = "1.0.2"
4+
version = "1.0.3"
55

66
[deps]
77
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
@@ -13,6 +13,6 @@ cuQuantum_jll = "b75408ef-6fdf-5d74-b65a-7df000ad18e6"
1313
[compat]
1414
cuQuantum_jll = "~22.11"
1515
cuTENSOR = "~1.0"
16-
CUDA = "~4.0, ~4.1"
16+
CUDA = "~4.0, ~4.1, ~4.2"
1717
CEnum = "0.2, 0.3, 0.4"
1818
julia = "1.6"

0 commit comments

Comments
 (0)