Lines Matching refs:csrColIdx32

1722 …fs->matDescr_M, fs->csrVal, fs->csrRowPtr32, fs->csrColIdx32, fs->ilu0Info_M, fs->policy_M, fs->fa…  in MatILUFactorNumeric_SeqAIJCUSPARSE_ILU0()
1803 PetscCallCUDA(cudaMalloc((void **)&fs->csrColIdx32, sizeof(*fs->csrColIdx32) * nz)); in MatILUFactorSymbolic_SeqAIJCUSPARSE_ILU0()
1807 …PetscCallCUDA(cudaMemcpyAsync(fs->csrColIdx32, Aj, sizeof(*Aj) * nz, cudaMemcpyDeviceToDevice, Pet… in MatILUFactorSymbolic_SeqAIJCUSPARSE_ILU0()
1827 …PetscCallCUSPARSE(cusparseCreateCsr(&fs->spMatDescr_L, m, m, nz, fs->csrRowPtr32, fs->csrColIdx32,… in MatILUFactorSymbolic_SeqAIJCUSPARSE_ILU0()
1833 …PetscCallCUSPARSE(cusparseCreateCsr(&fs->spMatDescr_U, m, m, nz, fs->csrRowPtr32, fs->csrColIdx32,… 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 …02(fs->handle, m, nz, fs->matDescr_M, fs->csrVal, fs->csrRowPtr32, fs->csrColIdx32, fs->ic0Info_M,… in MatICCFactorNumeric_SeqAIJCUSPARSE_ICC0()
2052 PetscCallCUDA(cudaMalloc((void **)&fs->csrColIdx32, sizeof(*fs->csrColIdx32) * nz)); in MatICCFactorSymbolic_SeqAIJCUSPARSE_ICC0()
2056 …PetscCallCUDA(cudaMemcpyAsync(fs->csrColIdx32, Aj, sizeof(*Aj) * nz, cudaMemcpyDeviceToDevice, Pet… in MatICCFactorSymbolic_SeqAIJCUSPARSE_ICC0()
2076 …PetscCallCUSPARSE(cusparseCreateCsr(&fs->spMatDescr_L, m, m, nz, fs->csrRowPtr32, fs->csrColIdx32,… in MatICCFactorSymbolic_SeqAIJCUSPARSE_ICC0()
2084 …ze(fs->handle, m, nz, fs->matDescr_M, fs->csrVal, fs->csrRowPtr32, fs->csrColIdx32, fs->ic0Info_M,… in MatICCFactorSymbolic_SeqAIJCUSPARSE_ICC0()
2119 …is(fs->handle, m, nz, fs->matDescr_M, fs->csrVal, fs->csrRowPtr32, fs->csrColIdx32, fs->ic0Info_M,… in MatICCFactorSymbolic_SeqAIJCUSPARSE_ICC0()
4294 PetscCallCUDA(cudaFree(fs->csrColIdx32)); in MatSeqAIJCUSPARSETriFactors_Reset()