Lines Matching refs:tempGPU
1544 …THRUSTARRAY *tempGPU = (THRUSTARRAY *)cusparseTriFactors->work… in MatSolveTranspose_SeqAIJCUSPARSE() local
1566 …->csrMat->column_indices->data().get(), upTriFactorT->solveInfo, xarray, tempGPU->data().get(), up… in MatSolveTranspose_SeqAIJCUSPARSE()
1570 …iFactorT->csrMat->column_indices->data().get(), loTriFactorT->solveInfo, tempGPU->data().get(), xa… in MatSolveTranspose_SeqAIJCUSPARSE()
1573 …t::make_permutation_iterator(xGPU + n, cusparseTriFactors->cpermIndices->end()), tempGPU->begin()); in MatSolveTranspose_SeqAIJCUSPARSE()
1576 …thrust::copy(thrust::cuda::par.on(PetscDefaultCudaStream), tempGPU->begin(), tempGPU->end(), xGPU); in MatSolveTranspose_SeqAIJCUSPARSE()
1593 …THRUSTARRAY *tempGPU = (THRUSTARRAY *)cusparseTriFactors->workVec… in MatSolveTranspose_SeqAIJCUSPARSE_NaturalOrdering() local
1610 …->csrMat->column_indices->data().get(), upTriFactorT->solveInfo, barray, tempGPU->data().get(), up… in MatSolveTranspose_SeqAIJCUSPARSE_NaturalOrdering()
1614 …iFactorT->csrMat->column_indices->data().get(), loTriFactorT->solveInfo, tempGPU->data().get(), xa… in MatSolveTranspose_SeqAIJCUSPARSE_NaturalOrdering()
1633 …THRUSTARRAY *tempGPU = (THRUSTARRAY *)cusparseTriFactors->work… in MatSolve_SeqAIJCUSPARSE() local
1644 …hrust::make_permutation_iterator(bGPU, cusparseTriFactors->rpermIndices->end()), tempGPU->begin()); in MatSolve_SeqAIJCUSPARSE()
1648 …TriFactor->csrMat->column_indices->data().get(), loTriFactor->solveInfo, tempGPU->data().get(), xa… in MatSolve_SeqAIJCUSPARSE()
1652 …r->csrMat->column_indices->data().get(), upTriFactor->solveInfo, xarray, tempGPU->data().get(), up… in MatSolve_SeqAIJCUSPARSE()
1655 …ake_permutation_iterator(tempGPU->begin(), cusparseTriFactors->cpermIndices->begin()), thrust::mak… in MatSolve_SeqAIJCUSPARSE()
1671 …THRUSTARRAY *tempGPU = (THRUSTARRAY *)cusparseTriFactors->workVec… in MatSolve_SeqAIJCUSPARSE_NaturalOrdering() local
1681 …r->csrMat->column_indices->data().get(), loTriFactor->solveInfo, barray, tempGPU->data().get(), lo… in MatSolve_SeqAIJCUSPARSE_NaturalOrdering()
1685 …TriFactor->csrMat->column_indices->data().get(), upTriFactor->solveInfo, tempGPU->data().get(), xa… in MatSolve_SeqAIJCUSPARSE_NaturalOrdering()