Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/seqhipsparse/
H A Dhipsparsematimpl.h131 …#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 Daijhipsparse.hip.cxx2501 …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()