Home
last modified time | relevance | path

Searched refs:cusparse_csr_spmm (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Dcusparsematimpl.h138 …#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 Daijcusparse.cu2803 …stat = cusparse_csr_spmm(cusp->handle, opA, m, n, k, csrmat->num_entries, mat->alpha_one, mat->des… in MatProductNumeric_SeqAIJCUSPARSE_SeqDENSECUDA()