Skip to content

Commit

Permalink
Bump subpackage versions.
Browse files Browse the repository at this point in the history
[only subpackages]
  • Loading branch information
maleadt committed Sep 18, 2024
1 parent 1fe8838 commit 98197cb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions lib/cudnn/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "cuDNN"
uuid = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"
authors = ["Tim Besard <[email protected]>"]
version = "1.3.2"
version = "1.4.0"

[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Expand All @@ -14,4 +14,4 @@ CEnum = "0.2, 0.3, 0.4, 0.5"
CUDA = "~5.5"
CUDA_Runtime_Discovery = "0.2, 0.3"
CUDNN_jll = "~9.1"
julia = "1.8"
julia = "1.10"
4 changes: 2 additions & 2 deletions lib/custatevec/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "cuStateVec"
uuid = "92f7fd98-d22e-4c0d-85a8-6ade11b672fb"
authors = ["Katharine Hyatt <[email protected]>"]
version = "1.2.1"
version = "1.3"

[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Expand All @@ -14,4 +14,4 @@ CEnum = "0.2, 0.3, 0.4, 0.5"
CUDA = "~5.5"
CUDA_Runtime_Discovery = "0.2, 0.3"
cuQuantum_jll = "~24.03"
julia = "1.8"
julia = "1.10"
4 changes: 2 additions & 2 deletions lib/cutensor/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "cuTENSOR"
uuid = "011b41b2-24ef-40a8-b3eb-fa098493e9e1"
authors = ["Tim Besard <[email protected]>"]
version = "2.1.1"
version = "2.2.0"

[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Expand All @@ -17,4 +17,4 @@ CUDA = "~5.5"
CUDA_Runtime_Discovery = "0.2, 0.3"
CUTENSOR_jll = "~2.0"
LinearAlgebra = "1"
julia = "1.8"
julia = "1.10"
4 changes: 2 additions & 2 deletions lib/cutensornet/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "cuTensorNet"
uuid = "448d79b3-4b49-4e06-a5ea-00c62c0dc3db"
authors = ["Katharine Hyatt <[email protected]>"]
version = "1.2.1"
version = "1.3.0"

[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Expand All @@ -17,5 +17,5 @@ CUDA = "~5.5"
CUDA_Runtime_Discovery = "0.2, 0.3"
cuQuantum_jll = "~24.3"
cuTENSOR = "2"
julia = "1.8"
julia = "1.10"
LinearAlgebra = "1"

0 comments on commit 98197cb

Please sign in to comment.