Home
last modified time | relevance | path

Searched refs:cprowIndices (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/impls/aij/seq/seqhipsparse/
H A Daijhipsparse.hip.cxx1077 matstructT->cprowIndices = NULL; in MatSeqAIJHIPSPARSEFormExplicitTranspose()
2124 matstruct->cprowIndices = new THRUSTINTARRAY(m); in MatSeqAIJHIPSPARSECopyToGPU()
2125 matstruct->cprowIndices->assign(ridx, ridx + m); in MatSeqAIJHIPSPARSECopyToGPU()
2129 matstruct->cprowIndices = NULL; in MatSeqAIJHIPSPARSECopyToGPU()
2624 Cmat->cprowIndices = new THRUSTINTARRAY(c->compressedrow.nrows); in MatProductSymbolic_SeqAIJHIPSPARSE_SeqAIJHIPSPARSE()
2625 …Cmat->cprowIndices->assign(c->compressedrow.rindex, c->compressedrow.rindex + c->compressedrow.nro… in MatProductSymbolic_SeqAIJHIPSPARSE_SeqAIJHIPSPARSE()
2631 Cmat->cprowIndices = NULL; in MatProductSymbolic_SeqAIJHIPSPARSE_SeqAIJHIPSPARSE()
3053 compressed = matstruct->cprowIndices ? PETSC_TRUE : PETSC_FALSE; in MatMultAddKernel_SeqAIJHIPSPARSE()
3090 …->workVector->begin(), thrust::make_permutation_iterator(xarr, matstruct->cprowIndices->begin()))), in MatMultAddKernel_SeqAIJHIPSPARSE()
3091 …thrust::make_permutation_iterator(xarr, matstruct->cprowIndices->begin()))) + matstruct->cprowIndi… in MatMultAddKernel_SeqAIJHIPSPARSE()
[all …]
H A Dhipsparsematimpl.h259 THRUSTINTARRAY *cprowIndices; /* compressed row indices used in the parallel SpMV */ member
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu1402 matstructT->cprowIndices = NULL; in MatSeqAIJCUSPARSEFormExplicitTranspose()
2548 PetscCallCXX(matstruct->cprowIndices = new THRUSTINTARRAY(m)); in MatSeqAIJCUSPARSECopyToGPU()
2549 matstruct->cprowIndices->assign(ridx, ridx + m); in MatSeqAIJCUSPARSECopyToGPU()
2553 matstruct->cprowIndices = NULL; in MatSeqAIJCUSPARSECopyToGPU()
3127 Cmat->cprowIndices = new THRUSTINTARRAY(c->compressedrow.nrows); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3128 …Cmat->cprowIndices->assign(c->compressedrow.rindex, c->compressedrow.rindex + c->compressedrow.nro… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3134 Cmat->cprowIndices = NULL; in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3589 compressed = matstruct->cprowIndices ? PETSC_TRUE : PETSC_FALSE; in MatMultAddKernel_SeqAIJCUSPARSE()
3630 …->workVector->begin(), thrust::make_permutation_iterator(xarr, matstruct->cprowIndices->begin()))), in MatMultAddKernel_SeqAIJCUSPARSE()
3631 …thrust::make_permutation_iterator(xarr, matstruct->cprowIndices->begin()))) + matstruct->cprowIndi… in MatMultAddKernel_SeqAIJCUSPARSE()
[all …]
H A Dcusparsematimpl.h282 THRUSTINTARRAY *cprowIndices; /* compressed row indices used in the parallel SpMV */ member