D | rocm_sparse.cc | 184 int k, int nnz, const Scalar* alpha_host, const hipsparseMatDescr_t descrA, in CsrmmImpl() argument 189 nnz, alpha_host, descrA, csrSortedValA, in CsrmmImpl() 200 const hipsparseMatDescr_t descrA, const Scalar* csrSortedValA, \ 207 alpha_host, descrA, csrSortedValA, csrSortedRowPtrA, \ 218 const hipsparseMatDescr_t descrA, in CsrmvImpl() argument 224 op(hipsparse_handle, transA, m, n, nnz, alpha_host, descrA, csrSortedValA, in CsrmvImpl() 234 const Scalar* alpha_host, const hipsparseMatDescr_t descrA, \ 241 descrA, csrSortedValA, csrSortedRowPtrA, \ 249 int k, const hipsparseMatDescr_t descrA, int nnzA, in CsrgemmNnz() argument 257 *gpusparse_handle_, transA, transB, m, n, k, descrA, nnzA, in CsrgemmNnz() [all …]
|