Skip to content

Commit

Permalink
Bump sublibraries.
Browse files Browse the repository at this point in the history
[only subpackages]
  • Loading branch information
maleadt committed Jan 9, 2025
1 parent c10e7cf commit 73b28c8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/cudnn/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CUDNN_jll = "62b44479-cb7b-5706-934f-f13b2eb2e645"

[compat]
CEnum = "0.2, 0.3, 0.4, 0.5"
CUDA = "~5.5"
CUDA = "~5.6"
CUDA_Runtime_Discovery = "0.2, 0.3"
CUDNN_jll = "~9.4"
julia = "1.10"
2 changes: 1 addition & 1 deletion lib/custatevec/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cuQuantum_jll = "b75408ef-6fdf-5d74-b65a-7df000ad18e6"

[compat]
CEnum = "0.2, 0.3, 0.4, 0.5"
CUDA = "~5.5"
CUDA = "~5.6"
CUDA_Runtime_Discovery = "0.2, 0.3"
cuQuantum_jll = "~24.03"
julia = "1.10"
2 changes: 1 addition & 1 deletion lib/cutensor/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"

[compat]
CEnum = "0.2, 0.3, 0.4, 0.5"
CUDA = "~5.5"
CUDA = "~5.6"
CUDA_Runtime_Discovery = "0.2, 0.3"
CUTENSOR_jll = "~2.0"
LinearAlgebra = "1"
Expand Down
2 changes: 1 addition & 1 deletion lib/cutensornet/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cuTENSOR = "011b41b2-24ef-40a8-b3eb-fa098493e9e1"

[compat]
CEnum = "0.2, 0.3, 0.4, 0.5"
CUDA = "~5.5"
CUDA = "~5.6"
CUDA_Runtime_Discovery = "0.2, 0.3"
cuQuantum_jll = "~24.3"
cuTENSOR = "2"
Expand Down

10 comments on commit 73b28c8

@avik-pal
Copy link

Choose a reason for hiding this comment

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

@maleadt can we get a tag for cuDNN with the new CUDA version?

@maleadt
Copy link
Member Author

Choose a reason for hiding this comment

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

Ah yes, forgot to release these.

@maleadt
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"

@maleadt
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.

Error while trying to register: Version 1.4.0 already exists

@maleadt
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.

Error while trying to register: Version 2.2.0 already exists

@maleadt
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.

Error while trying to register: Version 1.3.0 already exists

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Error while trying to register: Version 1.3.0 already exists

Please sign in to comment.