Searched refs:cusparse_csr_spmm (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/impls/aij/seq/seqcusparse/ |
| H A D | cusparsematimpl.h | 138 …#define cusparse_csr_spmm(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p) cusparseCc… macro 147 #define cusparse_csr_spmm(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p) \ macro 160 #define cusparse_csr_spmm cusparseScsrmm macro 169 #define cusparse_csr_spmm cusparseDcsrmm macro
|
| H A D | aijcusparse.cu | 2803 …stat = cusparse_csr_spmm(cusp->handle, opA, m, n, k, csrmat->num_entries, mat->alpha_one, mat->des… in MatProductNumeric_SeqAIJCUSPARSE_SeqDENSECUDA()
|