Skip to content

Commit 8fe1173

Browse files
authored
Loosen compat bounds for cuTENSOR (#2857)
* Loosen compat bounds for cuTENSOR * Import needed macros
1 parent 5761b1f commit 8fe1173

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/cutensor/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1414
[compat]
1515
CEnum = "0.2, 0.3, 0.4, 0.5"
1616
CUDA = "~5.8"
17-
CUDA_Runtime_Discovery = "0.2, 0.3"
17+
CUDA_Runtime_Discovery = "0.2, 0.3, 1"
1818
CUTENSOR_jll = "2.2"
1919
LinearAlgebra = "1"
2020
julia = "1.10"

lib/cutensor/src/cuTENSOR.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module cuTENSOR
22

33
using CUDA
44
using CUDA.APIUtils
5-
using CUDA: CUstream, cudaDataType
5+
using CUDA: CUstream, cudaDataType, @gcsafe_ccall, @checked, @enum_without_prefix
66
using CUDA: retry_reclaim, initialize_context, isdebug
77

88
using CEnum: @cenum

0 commit comments

Comments
 (0)