We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73fc774 commit 7727080Copy full SHA for 7727080
1 file changed
ext/TensorKitCUDAExt/TensorKitCUDAExt.jl
@@ -19,6 +19,6 @@ using Random
19
include("cutensormap.jl")
20
include("truncation.jl")
21
22
-TensorKit.similarmatrixtype(::Type{A}) where {T <: Number, A <: CuVector{T}} = CuMatrix{T}
+TensorKit.similarmatrixtype(::Type{A}) where {T <: Number, M, A <: CuVector{T, M}} = CuMatrix{T, M}
23
24
end
0 commit comments