Searched refs:stride_shared (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/bjacobi/bjkokkos/ |
| H A D | bjkokkos.kokkos.cxx | 88 …lobal, const int nShareVec, PetscScalar *work_space_shared, const int stride_shared, PetscReal rto… in BJSolve_TFQMR() argument 92 int Nblk = end - start, it, m, stride = stride_shared, idx = 0; in BJSolve_TFQMR() 330 …lobal, const int nShareVec, PetscScalar *work_space_shared, const int stride_shared, PetscReal rto… in BJSolve_BICG() argument 334 int Nblk = end - start, it, stride = stride_shared, idx = 0; // start in shared mem in BJSolve_BICG() 601 …int stride_shared, stride_global, global… in PCApply_BJKOKKOS() local 610 …stride_shared = jac->const_block_size; // captur… in PCApply_BJKOKKOS() 618 stride_shared = 0; in PCApply_BJKOKKOS() 640 …isicol, work_buff_global, stride_global, nShareVec, work_buff_shared, stride_shared, rtol, atol, d… in PCApply_BJKOKKOS() 643 …isicol, work_buff_global, stride_global, nShareVec, work_buff_shared, stride_shared, rtol, atol, d… in PCApply_BJKOKKOS()
|