Skip to content

Commit 0148ac6

Browse files
authored
Update Project.toml for cuStateVec and cuTensorNet (#2876)
Need to support CUDA.jl 5.9 to work with the new drivers.
1 parent 6daf172 commit 0148ac6

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

lib/custatevec/Project.toml

Lines changed: 4 additions & 4 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.3"
4+
version = "1.4.0"
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.8"
15-
CUDA_Runtime_Discovery = "0.2, 0.3"
16-
cuQuantum_jll = "25.03"
14+
CUDA = "~5.9"
15+
CUDA_Runtime_Discovery = "0.2, 0.3, 1"
16+
cuQuantum_jll = "25.06"
1717
julia = "1.10"

lib/custatevec/src/cuStateVec.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ using CUDA
44
using CUDA.APIUtils
55
using CUDA: CUstream, cudaDataType, cudaEvent_t, libraryPropertyType
66
using CUDA: unsafe_free!, retry_reclaim, initialize_context, isdebug
7+
using CUDA: @checked, @gcsafe_ccall
78

89
using CEnum: @cenum
910

lib/cutensornet/Project.toml

Lines changed: 4 additions & 4 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.3"
4+
version = "1.4.0"
55

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

1414
[compat]
1515
CEnum = "0.2, 0.3, 0.4, 0.5"
16-
CUDA = "~5.8"
17-
CUDA_Runtime_Discovery = "0.2, 0.3"
18-
cuQuantum_jll = "25.3"
16+
CUDA = "~5.9"
17+
CUDA_Runtime_Discovery = "0.2, 0.3, 1"
18+
cuQuantum_jll = "25.06"
1919
cuTENSOR = "2.2"
2020
julia = "1.10"
2121
LinearAlgebra = "1"

lib/cutensornet/src/cuTensorNet.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ using CUDA
55
using CUDA.APIUtils
66
using CUDA: CUstream, cudaDataType
77
using CUDA: retry_reclaim, initialize_context, isdebug, cuDoubleComplex
8+
using CUDA: @checked, @gcsafe_ccall
89

910
using cuTENSOR
1011
using cuTENSOR: CuTensor

0 commit comments

Comments
 (0)