Home
last modified time | relevance | path

Searched defs:SyncDevice (Results 1 – 4 of 4) sorted by relevance

/petsc/src/vec/vec/tests/
H A Dex15k.kokkos.cxx20 #define SyncDevice() PetscCallCUDA(cudaDeviceSynchronize()) macro
23 #define SyncDevice() PetscCallHIP(hipDeviceSynchronize()) macro
26 #define SyncDevice() Kokkos::fence() macro
28 #define SyncDevice() 0 macro
/petsc/src/mat/tests/
H A Dex5k.kokkos.cxx35 #define SyncDevice() PetscCallCUDA(cudaDeviceSynchronize()) macro
38 #define SyncDevice() PetscCallHIP(hipDeviceSynchronize()) macro
41 #define SyncDevice() Kokkos::fence() macro
43 #define SyncDevice() macro
H A Dex6k.kokkos.cxx37 #define SyncDevice() PetscCallCUDA(cudaDeviceSynchronize()) macro
40 #define SyncDevice() PetscCallHIP(hipDeviceSynchronize()) macro
43 #define SyncDevice() Kokkos::fence() macro
45 #define SyncDevice() macro
/petsc/src/vec/is/sf/impls/basic/
H A Dsfpack.h61 PetscErrorCode (*SyncDevice)(PetscSFLink); member