Lines Matching refs:csrRowPtr
1368 …fs->matDescr_M, fs->csrVal, fs->csrRowPtr, fs->csrColIdx, fs->ilu0Info_M, fs->policy_M, fs->factBu… in MatILUFactorNumeric_SeqAIJHIPSPARSE_ILU0()
1436 PetscCallHIP(hipMalloc((void **)&fs->csrRowPtr, sizeof(int) * (m + 1))); in MatILUFactorSymbolic_SeqAIJHIPSPARSE_ILU0()
1440 …PetscCallHIP(hipMemcpyAsync(fs->csrRowPtr, Ai, sizeof(int) * (m + 1), hipMemcpyDeviceToDevice, Pet… in MatILUFactorSymbolic_SeqAIJHIPSPARSE_ILU0()
1461 …PetscCallHIPSPARSE(hipsparseCreateCsr(&fs->spMatDescr_L, m, m, nz, fs->csrRowPtr, fs->csrColIdx, f… in MatILUFactorSymbolic_SeqAIJHIPSPARSE_ILU0()
1467 …PetscCallHIPSPARSE(hipsparseCreateCsr(&fs->spMatDescr_U, m, m, nz, fs->csrRowPtr, fs->csrColIdx, f… 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 …SE(hipsparseXcsric02(fs->handle, m, nz, fs->matDescr_M, fs->csrVal, fs->csrRowPtr, fs->csrColIdx, … in MatICCFactorNumeric_SeqAIJHIPSPARSE_ICC0()
1681 PetscCallHIP(hipMalloc((void **)&fs->csrRowPtr, sizeof(int) * (m + 1))); in MatICCFactorSymbolic_SeqAIJHIPSPARSE_ICC0()
1685 …PetscCallHIP(hipMemcpyAsync(fs->csrRowPtr, Ai, sizeof(int) * (m + 1), hipMemcpyDeviceToDevice, Pet… in MatICCFactorSymbolic_SeqAIJHIPSPARSE_ICC0()
1706 …PetscCallHIPSPARSE(hipsparseCreateCsr(&fs->spMatDescr_L, m, m, nz, fs->csrRowPtr, fs->csrColIdx, f… in MatICCFactorSymbolic_SeqAIJHIPSPARSE_ICC0()
1714 …eXcsric02_bufferSize(fs->handle, m, nz, fs->matDescr_M, fs->csrVal, fs->csrRowPtr, fs->csrColIdx, … in MatICCFactorSymbolic_SeqAIJHIPSPARSE_ICC0()
1748 …rseXcsric02_analysis(fs->handle, m, nz, fs->matDescr_M, fs->csrVal, fs->csrRowPtr, fs->csrColIdx, … in MatICCFactorSymbolic_SeqAIJHIPSPARSE_ICC0()
3652 PetscCallHIP(hipFree(fs->csrRowPtr)); in MatSeqAIJHIPSPARSETriFactors_Reset()