Closed Roger-luo closed 3 years ago
e.g getindex and setindex! wasn't working on SparseMatrixCOO{Float32, Cint}, but Cint is the required index type for several sparse lib wrappers such as MKLSparse and CUSPARSE
getindex
setindex!
SparseMatrixCOO{Float32, Cint}
Cint
e.g
getindex
andsetindex!
wasn't working onSparseMatrixCOO{Float32, Cint}
, butCint
is the required index type for several sparse lib wrappers such as MKLSparse and CUSPARSE