Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/seqhipsparse/
H A Dhipsparsematimpl.h125 …#define hipsparse_csr_spmv(a, b, c, d, e, f, g, h, i, j, k, l, m) hipsparse… macro
135 …#define hipsparse_csr_spmv(a, b, c, d, e, f, g, h, i, j, k, l, m) hipsparseZcsrmv((a), (b), (c), (… macro
148 #define hipsparse_csr_spmv hipsparseScsrmv macro
158 #define hipsparse_csr_spmv hipsparseDcsrmv macro
H A Daijhipsparse.hip.cxx3121 …PetscCallHIPSPARSE(hipsparse_csr_spmv(hipsparsestruct->handle, opA, nx, ny, mat->num_entries, mats… in MatMultAddKernel_SeqAIJHIPSPARSE()