Lines Matching refs:workVector

585   if (!cusparseTriFactors->workVector) cusparseTriFactors->workVector = new THRUSTARRAY(n);  in MatSeqAIJCUSPARSEILUAnalysisAndCopyToGPU()
986 if (!cusparseTriFactors->workVector) cusparseTriFactors->workVector = new THRUSTARRAY(n); in MatSeqAIJCUSPARSEICCAnalysisAndCopyToGPU()
1544 …ARRAY *tempGPU = (THRUSTARRAY *)cusparseTriFactors->workVector; in MatSolveTranspose_SeqAIJCUSPARSE()
1593 …USTARRAY *tempGPU = (THRUSTARRAY *)cusparseTriFactors->workVector; in MatSolveTranspose_SeqAIJCUSPARSE_NaturalOrdering()
1633 …ARRAY *tempGPU = (THRUSTARRAY *)cusparseTriFactors->workVector; in MatSolve_SeqAIJCUSPARSE()
1671 …USTARRAY *tempGPU = (THRUSTARRAY *)cusparseTriFactors->workVector; in MatSolve_SeqAIJCUSPARSE_NaturalOrdering()
2451 delete cusparsestruct->workVector; in MatSeqAIJCUSPARSECopyToGPU()
2453 cusparsestruct->workVector = NULL; in MatSeqAIJCUSPARSECopyToGPU()
2547 PetscCallCXX(cusparsestruct->workVector = new THRUSTARRAY(m)); in MatSeqAIJCUSPARSECopyToGPU()
2552 cusparsestruct->workVector = NULL; in MatSeqAIJCUSPARSECopyToGPU()
3126 Ccusp->workVector = new THRUSTARRAY(c->compressedrow.nrows); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3133 Ccusp->workVector = NULL; in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3603 dptr = compressed ? cusparsestruct->workVector->data().get() : zarray; in MatMultAddKernel_SeqAIJCUSPARSE()
3620 xptr = compressed ? cusparsestruct->workVector->data().get() : xarray; in MatMultAddKernel_SeqAIJCUSPARSE()
3630 …thrust::make_zip_iterator(thrust::make_tuple(cusparsestruct->workVector->begin(), thrust::make_per… in MatMultAddKernel_SeqAIJCUSPARSE()
3631 …thrust::make_zip_iterator(thrust::make_tuple(cusparsestruct->workVector->begin(), thrust::make_per… in MatMultAddKernel_SeqAIJCUSPARSE()
3708 …udaStream>>>(n, matstruct->cprowIndices->data().get(), cusparsestruct->workVector->data().get(), z… in MatMultAddKernel_SeqAIJCUSPARSE()
4182 delete cusp->workVector; in MatSeqAIJCUSPARSE_Destroy()
4282 delete fs->workVector; in MatSeqAIJCUSPARSETriFactors_Reset()
4283 fs->workVector = NULL; in MatSeqAIJCUSPARSETriFactors_Reset()
4773 Ccusp->workVector = NULL; in MatSeqAIJCUSPARSEMergeMats()