Searched refs:bGPU (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/impls/aij/seq/seqcusparse/ |
| H A D | aijcusparse.cu | 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 [all …]
|
| /petsc/src/mat/impls/aij/seq/seqhipsparse/ |
| H A D | aijhipsparse.hip.cxx | 1090 thrust::device_ptr<const PetscScalar> bGPU; in MatSolveTranspose_SeqAIJHIPSPARSE() local 1109 bGPU = thrust::device_pointer_cast(barray); in MatSolveTranspose_SeqAIJHIPSPARSE() 1113 …rust::make_permutation_iterator(bGPU, hipsparseTriFactors->rpermIndices->begin()), thrust::make_pe… in MatSolveTranspose_SeqAIJHIPSPARSE() 1179 thrust::device_ptr<const PetscScalar> bGPU; in MatSolve_SeqAIJHIPSPARSE() local 1191 bGPU = thrust::device_pointer_cast(barray); in MatSolve_SeqAIJHIPSPARSE() 1195 …rust::make_permutation_iterator(bGPU, hipsparseTriFactors->rpermIndices->begin()), thrust::make_pe… in MatSolve_SeqAIJHIPSPARSE()
|