Lines Matching refs:bGPU
720 thrust::device_ptr<const PetscScalar> bGPU; in MatSolve_SeqAIJCUSPARSE_Cholesky() local
730 bGPU = thrust::device_pointer_cast(barray); in MatSolve_SeqAIJCUSPARSE_Cholesky()
734 …eam), thrust::make_permutation_iterator(bGPU, fs->rpermIndices->begin()), thrust::make_permutation… in MatSolve_SeqAIJCUSPARSE_Cholesky()
1414 thrust::device_ptr<const PetscScalar> bGPU; in MatSolve_SeqAIJCUSPARSE_LU() local
1427 bGPU = thrust::device_pointer_cast(barray); in MatSolve_SeqAIJCUSPARSE_LU()
1431 …eam), thrust::make_permutation_iterator(bGPU, fs->rpermIndices->begin()), thrust::make_permutation… in MatSolve_SeqAIJCUSPARSE_LU()
1468 thrust::device_ptr<const PetscScalar> bGPU; in MatSolveTranspose_SeqAIJCUSPARSE_LU() local
1498 bGPU = thrust::device_pointer_cast(barray); in MatSolveTranspose_SeqAIJCUSPARSE_LU()
1502 …eam), thrust::make_permutation_iterator(bGPU, fs->rpermIndices->begin()), thrust::make_permutation… in MatSolveTranspose_SeqAIJCUSPARSE_LU()
1539 thrust::device_ptr<const PetscScalar> bGPU; in MatSolveTranspose_SeqAIJCUSPARSE() local
1558 bGPU = thrust::device_pointer_cast(barray); in MatSolveTranspose_SeqAIJCUSPARSE()
1562 …rust::make_permutation_iterator(bGPU, cusparseTriFactors->rpermIndices->begin()), thrust::make_per… in MatSolveTranspose_SeqAIJCUSPARSE()
1628 thrust::device_ptr<const PetscScalar> bGPU; in MatSolve_SeqAIJCUSPARSE() local
1640 bGPU = thrust::device_pointer_cast(barray); in MatSolve_SeqAIJCUSPARSE()
1644 …rust::make_permutation_iterator(bGPU, cusparseTriFactors->rpermIndices->begin()), thrust::make_per… in MatSolve_SeqAIJCUSPARSE()