Searched refs:rpermIndices (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/mat/impls/aij/seq/seqcusparse/ |
| H A D | aijcusparse.cu | 593 if (!row_identity && !cusparseTriFactors->rpermIndices) { in MatSeqAIJCUSPARSEILUAnalysisAndCopyToGPU() 597 cusparseTriFactors->rpermIndices = new THRUSTINTARRAY(n); in MatSeqAIJCUSPARSEILUAnalysisAndCopyToGPU() 598 cusparseTriFactors->rpermIndices->assign(r, r + n); in MatSeqAIJCUSPARSEILUAnalysisAndCopyToGPU() 733 if (fs->rpermIndices) { in MatSolve_SeqAIJCUSPARSE_Cholesky() 734 …make_permutation_iterator(bGPU, fs->rpermIndices->begin()), thrust::make_permutation_iterator(bGPU… in MatSolve_SeqAIJCUSPARSE_Cholesky() 1001 cusparseTriFactors->rpermIndices = new THRUSTINTARRAY(n); in MatSeqAIJCUSPARSEICCAnalysisAndCopyToGPU() 1002 cusparseTriFactors->rpermIndices->assign(rip, rip + n); in MatSeqAIJCUSPARSEICCAnalysisAndCopyToGPU() 1430 if (fs->rpermIndices) { in MatSolve_SeqAIJCUSPARSE_LU() 1431 …make_permutation_iterator(bGPU, fs->rpermIndices->begin()), thrust::make_permutation_iterator(bGPU… in MatSolve_SeqAIJCUSPARSE_LU() 1501 if (fs->rpermIndices) { in MatSolveTranspose_SeqAIJCUSPARSE_LU() [all …]
|
| H A D | cusparsematimpl.h | 220 THRUSTINTARRAY *rpermIndices; /* indices used for any reordering */ member
|
| /petsc/src/mat/impls/aij/seq/seqhipsparse/ |
| H A D | aijhipsparse.hip.cxx | 515 if (!row_identity && !hipsparseTriFactors->rpermIndices) { in MatSeqAIJHIPSPARSEILUAnalysisAndCopyToGPU() 519 hipsparseTriFactors->rpermIndices = new THRUSTINTARRAY(n); in MatSeqAIJHIPSPARSEILUAnalysisAndCopyToGPU() 520 hipsparseTriFactors->rpermIndices->assign(r, r + n); in MatSeqAIJHIPSPARSEILUAnalysisAndCopyToGPU() 741 hipsparseTriFactors->rpermIndices = new THRUSTINTARRAY(n); in MatSeqAIJHIPSPARSEICCAnalysisAndCopyToGPU() 743 hipsparseTriFactors->rpermIndices->assign(rip, rip + n); in MatSeqAIJHIPSPARSEICCAnalysisAndCopyToGPU() 1113 …GPU, hipsparseTriFactors->rpermIndices->begin()), thrust::make_permutation_iterator(bGPU + n, hips… in MatSolveTranspose_SeqAIJHIPSPARSE() 1195 …(bGPU, hipsparseTriFactors->rpermIndices->begin()), thrust::make_permutation_iterator(bGPU, hipspa… in MatSolve_SeqAIJHIPSPARSE() 3644 delete fs->rpermIndices; in MatSeqAIJHIPSPARSETriFactors_Reset() 3647 fs->rpermIndices = NULL; in MatSeqAIJHIPSPARSETriFactors_Reset()
|
| H A D | hipsparsematimpl.h | 204 THRUSTINTARRAY *rpermIndices; /* indices used for any reordering */ member
|