Skip to content

Commit

Permalink
Release CUDA 4.1 (#1828)
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Mar 24, 2023
1 parent 31265c6 commit cf4598f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "CUDA"
uuid = "052768ef-5323-5732-b1bb-66c8b64840ba"
version = "4.0.1"
version = "4.1.0"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand Down
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 <tim.besard@gmail.com>"]
version = "1.0.1"
version = "1.0.2"

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

[compat]
CUDNN_jll = "~8.8"
CUDA = "~4.0"
CUDA = "~4.0, ~4.1"
CEnum = "0.2, 0.3, 0.4"
julia = "1.6"
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 <kslimes@gmail.com>"]
version = "1.0.1"
version = "1.0.2"

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

[compat]
cuQuantum_jll = "~22.11"
CUDA = "~4.0"
CUDA = "~4.0, ~4.1"
CEnum = "0.2, 0.3, 0.4"
julia = "1.6"
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 <tim.besard@gmail.com>"]
version = "1.0.1"
version = "1.0.2"

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

[compat]
CUTENSOR_jll = "~1.6"
CUDA = "~4.0"
CUDA = "~4.0, ~4.1"
CEnum = "0.2, 0.3, 0.4"
julia = "1.6"
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 <kshyatt@gmail.com>"]
version = "1.0.1"
version = "1.0.2"

[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Expand All @@ -13,6 +13,6 @@ cuQuantum_jll = "b75408ef-6fdf-5d74-b65a-7df000ad18e6"
[compat]
cuQuantum_jll = "~22.11"
cuTENSOR = "~1.0"
CUDA = "~4.0"
CUDA = "~4.0, ~4.1"
CEnum = "0.2, 0.3, 0.4"
julia = "1.6"

10 comments on commit cf4598f

@vchuravy
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/80223

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v4.1.0 -m "<description of version>" cf4598f9d95d4e5ab667db4290df6b6605e8f850
git push origin v4.1.0

@vchuravy
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register subdir="lib/cudnn"

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/80224

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a cudnn-v1.0.2 -m "<description of version>" cf4598f9d95d4e5ab667db4290df6b6605e8f850
git push origin cudnn-v1.0.2

@vchuravy
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register subdir="lib/cutensor"

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/80225

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a cutensor-v1.0.2 -m "<description of version>" cf4598f9d95d4e5ab667db4290df6b6605e8f850
git push origin cutensor-v1.0.2

@vchuravy
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register subdir="lib/cutensornet"

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/80226

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a cutensornet-v1.0.2 -m "<description of version>" cf4598f9d95d4e5ab667db4290df6b6605e8f850
git push origin cutensornet-v1.0.2

@vchuravy
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register subdir="lib/custatevec"

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/80227

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a custatevec-v1.0.2 -m "<description of version>" cf4598f9d95d4e5ab667db4290df6b6605e8f850
git push origin custatevec-v1.0.2

Please sign in to comment.