Searched refs:hipsparse_csr_spgemm (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/impls/aij/seq/seqhipsparse/ |
| H A D | hipsparsematimpl.h | 131 …#define hipsparse_csr_spgemm(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t) hipsparse… macro 142 …#define hipsparse_csr_spgemm(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t) hipsparse… macro 154 #define hipsparse_csr_spgemm hipsparseScsrgemm macro 164 #define hipsparse_csr_spgemm hipsparseDcsrgemm macro
|
| H A D | aijhipsparse.hip.cxx | 2501 …PetscCallHIPSPARSE(hipsparse_csr_spgemm(Ccusp->handle, opA, opB, Acsr->num_rows, Bcsr->num_cols, A… in MatProductNumeric_SeqAIJHIPSPARSE_SeqAIJHIPSPARSE() 2799 …PetscCallHIPSPARSE(hipsparse_csr_spgemm(Ccusp->handle, opA, opB, Acsr->num_rows, Bcsr->num_cols, A… in MatProductSymbolic_SeqAIJHIPSPARSE_SeqAIJHIPSPARSE()
|