Home
last modified time | relevance | path

Searched refs:srcy (Results 1 – 2 of 2) sorted by relevance

/petsc/src/vec/is/sf/impls/basic/cupm/
H A Dsfcupm_impl.hpp96 … void d_ScatterAndOp(PetscInt bs, PetscInt count, PetscInt srcx, PetscInt srcy, PetscInt srcX, Pet… in d_ScatterAndOp() argument
105 PetscInt k = tid / (srcx * srcy); in d_ScatterAndOp()
106 PetscInt j = (tid - k * srcx * srcy) / srcx; in d_ScatterAndOp()
107 PetscInt i = tid - k * srcx * srcy - j * srcx; in d_ScatterAndOp()
324 PetscInt srcx = 0, srcy = 0, srcX = 0, srcY = 0, dstx = 0, dsty = 0, dstX = 0, dstY = 0; in ScatterAndOp() local
333 srcy = srcOpt->dy[0]; in ScatterAndOp()
340 srcy = srcY = 1; in ScatterAndOp()
355 …stream, kernels::d_ScatterAndOp<Type, Op, BS, EQ>, link->bs, count, srcx, srcy, srcX, srcY, srcSta… in ScatterAndOp()
/petsc/src/vec/is/sf/impls/basic/kokkos/
H A Dsfkok.kokkos.cxx295 …PetscInt srcx = 0, srcy = 0, srcX = 0, srcY = 0, dstx = 0, dsty = 0, dstX = 0, dstY = … in ScatterAndOp() local
305 srcy = srcOpt->dy[0]; in ScatterAndOp()
312 srcy = srcY = 1; in ScatterAndOp()
332 k = tid / (srcx * srcy); in ScatterAndOp()
333 j = (tid - k * srcx * srcy) / srcx; in ScatterAndOp()
334 i = tid - k * srcx * srcy - j * srcx; in ScatterAndOp()