Lines Matching refs:cprowIndices
1077 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()
3152 …->workVector->begin(), thrust::make_permutation_iterator(zptr, matstruct->cprowIndices->begin()))), in MatMultAddKernel_SeqAIJHIPSPARSE()
3153 …thrust::make_permutation_iterator(zptr, matstruct->cprowIndices->begin()))) + matstruct->cprowIndi… in MatMultAddKernel_SeqAIJHIPSPARSE()
3156 PetscInt n = matstruct->cprowIndices->size(); in MatMultAddKernel_SeqAIJHIPSPARSE()
3157 …((n + 255) / 256), dim3(256), 0, PetscDefaultHipStream, n, matstruct->cprowIndices->data().get(), … in MatMultAddKernel_SeqAIJHIPSPARSE()
3614 delete (*matstruct)->cprowIndices; in MatSeqAIJHIPSPARSEMultStruct_Destroy()
4121 Cmat->cprowIndices = NULL; in MatSeqAIJHIPSPARSEMergeMats()
4225 CmatT->cprowIndices = NULL; in MatSeqAIJHIPSPARSEMergeMats()