Skip to content

Commit d479b72

Browse files
CopilotTendonFFF
andcommitted
Fix docstring header for ROCSparseMatrixCSR{T}
Co-authored-by: TendonFFF <[email protected]>
1 parent cb86d5d commit d479b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/QuantumToolboxAMDGPUExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ If `A.data` is in the type of `SparseMatrixCSC`, return a new [`QuantumObject`](
6060
ROCSparseMatrixCSR(A::QuantumObject) = QuantumObject(ROCSparseMatrixCSR(A.data), A.type, A.dimensions)
6161

6262
@doc raw"""
63-
ROCSparseMatrixCSR(A::QuantumObject)
63+
ROCSparseMatrixCSR{T}(A::QuantumObject)
6464
6565
If `A.data` is in the type of `SparseMatrixCSC`, return a new [`QuantumObject`](@ref) where `A.data` is in the type of `AMDGPU.rocSPARSE.ROCSparseMatrixCSR` with element type `T` for gpu calculations.
6666
"""

0 commit comments

Comments
 (0)