Searched refs:waitForContext (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/sys/objects/device/impls/host/ |
| H A D | hostcontext.cxx | 28 …static PetscErrorCode waitForContext(PetscDeviceContext, PetscDeviceContext) noexcept { return PET… in waitForContext() function in Petsc::device::host::impl::DeviceContext 37 PetscDesignatedInitializer(waitforcontext, waitForContext),
|
| /petsc/src/sys/objects/device/impls/sycl/ |
| H A D | syclcontext.sycl.cxx | 53 …const struct _DeviceContextOps ops = {destroy, changeStreamType, setUp, query, waitForContext, syn… 157 …static PetscErrorCode waitForContext(PetscDeviceContext, PetscDeviceContext) noexcept { SETERRQ(PE… in waitForContext() function in Petsc::device::sycl::impl::DeviceContext
|
| /petsc/src/sys/objects/device/impls/cupm/ |
| H A D | cupmcontext.hpp | 202 static PetscErrorCode waitForContext(PetscDeviceContext, PetscDeviceContext) noexcept; 230 PetscDesignatedInitializer(waitforcontext, waitForContext), 346 inline PetscErrorCode DeviceContext<T>::waitForContext(PetscDeviceContext dctxa, PetscDeviceContext… in waitForContext() function in Petsc::device::cupm::impl::DeviceContext
|