Searched refs:hipsparse_csr2csc (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/impls/aij/seq/seqhipsparse/ |
| H A D | hipsparsematimpl.h | 127 …#define hipsparse_csr2csc(a, b, c, d, e, f, g, h, i, j, k, l) hipsparse… macro 138 …#define hipsparse_csr2csc(a, b, c, d, e, f, g, h, i, j, k, l) hipsparse… macro 150 #define hipsparse_csr2csc hipsparseScsr2csc macro 160 #define hipsparse_csr2csc hipsparseDcsr2csc macro
|
| H A D | aijhipsparse.hip.cxx | 835 …PetscCallHIPSPARSE(hipsparse_csr2csc(hipsparseTriFactors->handle, loTriFactor->csrMat->num_rows, l… in MatSeqAIJHIPSPARSEAnalyzeTransposeForSolve() 907 …PetscCallHIPSPARSE(hipsparse_csr2csc(hipsparseTriFactors->handle, upTriFactor->csrMat->num_rows, u… in MatSeqAIJHIPSPARSEAnalyzeTransposeForSolve() 1010 …PetscCallHIPSPARSE(hipsparse_csr2csc(hipsparsestruct->handle, temp->num_rows, temp->num_cols, temp… in MatSeqAIJHIPSPARSEFormExplicitTranspose() 1062 …PetscCallHIPSPARSE(hipsparse_csr2csc(hipsparsestruct->handle, A->rmap->n, A->cmap->n, matrix->num_… in MatSeqAIJHIPSPARSEFormExplicitTranspose()
|