Searched refs:csrColIdx32 (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/impls/aij/seq/seqcusparse/ |
| H A D | aijcusparse.cu | 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() [all …]
|
| H A D | cusparsematimpl.h | 233 …int *csrRowPtr32, *csrColIdx32; // i,j of M. cusparseScsrilu02/ic02() etc require 32-bit i… member
|