Home
last modified time | relevance | path

Searched refs:SyncStream (Results 1 – 6 of 6) sorted by relevance

/petsc/src/vec/is/sf/impls/basic/allgather/
H A Dsfallgather.c67 …if (PetscMemTypeDevice(leafmtype) && PetscMemTypeHost(rootmtype)) PetscCall((*link->SyncStream)(li… in PetscSFReduceBegin_Allgather()
/petsc/src/vec/is/sf/impls/basic/
H A Dsfpack.h62 PetscErrorCode (*SyncStream)(PetscSFLink); member
346 …peDevice(link->leafmtype) && sf->leafbuflen[PETSCSF_REMOTE])) PetscCall((*link->SyncStream)(link)); in PetscSFLinkSyncStreamBeforeCallMPI()
H A Dsfpack.c1112 if (PetscMemTypeHost(dstmtype)) PetscCall((*link->SyncStream)(link)); in PetscSFLinkScatterLocal()
/petsc/src/vec/is/sf/impls/basic/allgatherv/
H A Dsfallgatherv.c145 …if (PetscMemTypeDevice(leafmtype) && PetscMemTypeHost(rootmtype)) PetscCall((*link->SyncStream)(li… in PetscSFReduceBegin_Allgatherv()
/petsc/src/vec/is/sf/impls/basic/kokkos/
H A Dsfkok.kokkos.cxx770 link->SyncStream = PetscSFLinkSyncStream_Kokkos; in PetscSFLinkSetUp_Kokkos()
/petsc/src/vec/is/sf/impls/basic/cupm/
H A Dsfcupm_impl.hpp793 link->SyncStream = LinkSyncStream; in LinkSetUp()