Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm_impl.hpp208 PetscCall(PetscDeviceContextSynchronizeIfWithBarrier_Internal(dctx)); in PointwiseBinary_()
264 PetscCall(PetscDeviceContextSynchronizeIfWithBarrier_Internal(dctx)); in PointwiseUnary_()
488 if (n > 0) PetscCall(PetscDeviceContextSynchronizeIfWithBarrier_Internal(dctx)); in AYPXAsync()
519 if (n > 0) PetscCall(PetscDeviceContextSynchronizeIfWithBarrier_Internal(dctx)); in AXPYAsync()
839 PetscCall(PetscDeviceContextSynchronizeIfWithBarrier_Internal(dctx)); in WAXPYAsync()
989 PetscCall(PetscDeviceContextSynchronizeIfWithBarrier_Internal(dctx)); in MAXPYAsync()
1344 if (n > 0) PetscCall(PetscDeviceContextSynchronizeIfWithBarrier_Internal(dctx)); in SetAsync()
1374 PetscCall(PetscDeviceContextSynchronizeIfWithBarrier_Internal(dctx)); in ScaleAsync()
1488 PetscCall(PetscDeviceContextSynchronizeIfWithBarrier_Internal(dctx)); in CopyAsync()
1522 PetscCall(PetscDeviceContextSynchronizeIfWithBarrier_Internal(dctx)); in SwapAsync()
[all …]
/petsc/include/petsc/private/
H A Ddeviceimpl.h442 static inline PetscErrorCode PetscDeviceContextSynchronizeIfWithBarrier_Internal(PetscDeviceContext… in PetscDeviceContextSynchronizeIfWithBarrier_Internal() function