Home
last modified time | relevance | path

Searched refs:matDescr_M (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/impls/aij/seq/seqhipsparse/
H A Daijhipsparse.hip.cxx1368 …fs->matDescr_M, fs->csrVal, fs->csrRowPtr, fs->csrColIdx, fs->ilu0Info_M, fs->policy_M, fs->factBu… in MatILUFactorNumeric_SeqAIJHIPSPARSE_ILU0()
1449 PetscCallHIPSPARSE(hipsparseCreateMatDescr(&fs->matDescr_M)); in MatILUFactorSymbolic_SeqAIJHIPSPARSE_ILU0()
1450 PetscCallHIPSPARSE(hipsparseSetMatIndexBase(fs->matDescr_M, HIPSPARSE_INDEX_BASE_ZERO)); in MatILUFactorSymbolic_SeqAIJHIPSPARSE_ILU0()
1451 PetscCallHIPSPARSE(hipsparseSetMatType(fs->matDescr_M, HIPSPARSE_MATRIX_TYPE_GENERAL)); in MatILUFactorSymbolic_SeqAIJHIPSPARSE_ILU0()
1477 … fs->matDescr_M, fs->csrVal, fs->csrRowPtr, fs->csrColIdx, fs->ilu0Info_M, &fs->factBufferSize_M)); in MatILUFactorSymbolic_SeqAIJHIPSPARSE_ILU0()
1513 …fs->matDescr_M, fs->csrVal, fs->csrRowPtr, fs->csrColIdx, fs->ilu0Info_M, fs->policy_M, fs->factBu… in MatILUFactorSymbolic_SeqAIJHIPSPARSE_ILU0()
1614 …if (m) PetscCallHIPSPARSE(hipsparseXcsric02(fs->handle, m, nz, fs->matDescr_M, fs->csrVal, fs->csr… in MatICCFactorNumeric_SeqAIJHIPSPARSE_ICC0()
1694 PetscCallHIPSPARSE(hipsparseCreateMatDescr(&fs->matDescr_M)); in MatICCFactorSymbolic_SeqAIJHIPSPARSE_ICC0()
1695 PetscCallHIPSPARSE(hipsparseSetMatIndexBase(fs->matDescr_M, HIPSPARSE_INDEX_BASE_ZERO)); in MatICCFactorSymbolic_SeqAIJHIPSPARSE_ICC0()
1696 PetscCallHIPSPARSE(hipsparseSetMatType(fs->matDescr_M, HIPSPARSE_MATRIX_TYPE_GENERAL)); in MatICCFactorSymbolic_SeqAIJHIPSPARSE_ICC0()
[all …]
H A Dhipsparsematimpl.h220 hipsparseMatDescr_t matDescr_M; member
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu1722 …fs->matDescr_M, fs->csrVal, fs->csrRowPtr32, fs->csrColIdx32, fs->ilu0Info_M, fs->policy_M, fs->fa… in MatILUFactorNumeric_SeqAIJCUSPARSE_ILU0()
1815 PetscCallCUSPARSE(cusparseCreateMatDescr(&fs->matDescr_M)); in MatILUFactorSymbolic_SeqAIJCUSPARSE_ILU0()
1816 PetscCallCUSPARSE(cusparseSetMatIndexBase(fs->matDescr_M, CUSPARSE_INDEX_BASE_ZERO)); in MatILUFactorSymbolic_SeqAIJCUSPARSE_ILU0()
1817 PetscCallCUSPARSE(cusparseSetMatType(fs->matDescr_M, CUSPARSE_MATRIX_TYPE_GENERAL)); in MatILUFactorSymbolic_SeqAIJCUSPARSE_ILU0()
1843 …fs->matDescr_M, fs->csrVal, fs->csrRowPtr32, fs->csrColIdx32, fs->ilu0Info_M, &fs->factBufferSize_… in MatILUFactorSymbolic_SeqAIJCUSPARSE_ILU0()
1882 …fs->matDescr_M, fs->csrVal, fs->csrRowPtr32, fs->csrColIdx32, fs->ilu0Info_M, fs->policy_M, fs->fa… in MatILUFactorSymbolic_SeqAIJCUSPARSE_ILU0()
1975 …if (m) PetscCallCUSPARSE(cusparseXcsric02(fs->handle, m, nz, fs->matDescr_M, fs->csrVal, fs->csrRo… in MatICCFactorNumeric_SeqAIJCUSPARSE_ICC0()
2064 PetscCallCUSPARSE(cusparseCreateMatDescr(&fs->matDescr_M)); in MatICCFactorSymbolic_SeqAIJCUSPARSE_ICC0()
2065 PetscCallCUSPARSE(cusparseSetMatIndexBase(fs->matDescr_M, CUSPARSE_INDEX_BASE_ZERO)); in MatICCFactorSymbolic_SeqAIJCUSPARSE_ICC0()
2066 PetscCallCUSPARSE(cusparseSetMatType(fs->matDescr_M, CUSPARSE_MATRIX_TYPE_GENERAL)); in MatICCFactorSymbolic_SeqAIJCUSPARSE_ICC0()
[all …]
H A Dcusparsematimpl.h240 cusparseMatDescr_t matDescr_M; member