Searched refs:cusparse_csr_spmv (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/impls/aij/seq/seqcusparse/ |
| H A D | cusparsematimpl.h | 137 …#define cusparse_csr_spmv(a, b, c, d, e, f, g, h, i, j, k, l, m) cusparseCc… macro 146 …#define cusparse_csr_spmv(a, b, c, d, e, f, g, h, i, j, k, l, m) cusparseZcsrmv((a), (b), (c), (d)… macro 159 #define cusparse_csr_spmv cusparseScsrmv macro 168 #define cusparse_csr_spmv cusparseDcsrmv macro
|
| H A D | aijcusparse.cu | 3679 …PetscCallCUSPARSE(cusparse_csr_spmv(cusparsestruct->handle, opA, mat->num_rows, mat->num_cols, mat… in MatMultAddKernel_SeqAIJCUSPARSE()
|