Lines Matching refs:csrColIdx
1368 …fs->matDescr_M, fs->csrVal, fs->csrRowPtr, fs->csrColIdx, fs->ilu0Info_M, fs->policy_M, fs->factBu… in MatILUFactorNumeric_SeqAIJHIPSPARSE_ILU0()
1437 PetscCallHIP(hipMalloc((void **)&fs->csrColIdx, sizeof(int) * nz)); in MatILUFactorSymbolic_SeqAIJHIPSPARSE_ILU0()
1441 …PetscCallHIP(hipMemcpyAsync(fs->csrColIdx, Aj, sizeof(int) * nz, hipMemcpyDeviceToDevice, PetscDef… 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 …ric02(fs->handle, m, nz, fs->matDescr_M, fs->csrVal, fs->csrRowPtr, fs->csrColIdx, fs->ic0Info_M, … in MatICCFactorNumeric_SeqAIJHIPSPARSE_ICC0()
1682 PetscCallHIP(hipMalloc((void **)&fs->csrColIdx, sizeof(int) * nz)); in MatICCFactorSymbolic_SeqAIJHIPSPARSE_ICC0()
1686 …PetscCallHIP(hipMemcpyAsync(fs->csrColIdx, Aj, sizeof(int) * nz, hipMemcpyDeviceToDevice, PetscDef… in MatICCFactorSymbolic_SeqAIJHIPSPARSE_ICC0()
1706 …PetscCallHIPSPARSE(hipsparseCreateCsr(&fs->spMatDescr_L, m, m, nz, fs->csrRowPtr, fs->csrColIdx, f… in MatICCFactorSymbolic_SeqAIJHIPSPARSE_ICC0()
1714 …rSize(fs->handle, m, nz, fs->matDescr_M, fs->csrVal, fs->csrRowPtr, fs->csrColIdx, fs->ic0Info_M, … in MatICCFactorSymbolic_SeqAIJHIPSPARSE_ICC0()
1748 …lysis(fs->handle, m, nz, fs->matDescr_M, fs->csrVal, fs->csrRowPtr, fs->csrColIdx, fs->ic0Info_M, … in MatICCFactorSymbolic_SeqAIJHIPSPARSE_ICC0()
3653 PetscCallHIP(hipFree(fs->csrColIdx)); in MatSeqAIJHIPSPARSETriFactors_Reset()