Searched refs:changeStreamType (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/sys/objects/device/impls/host/ |
| H A D | hostcontext.cxx | 20 …static PetscErrorCode changeStreamType(PetscDeviceContext, PetscStreamType) noexcept { return PETS… in changeStreamType() function in Petsc::device::host::impl::DeviceContext 34 PetscDesignatedInitializer(changestreamtype, changeStreamType),
|
| /petsc/src/sys/objects/device/impls/sycl/ |
| H A D | syclcontext.sycl.cxx | 53 …const struct _DeviceContextOps ops = {destroy, changeStreamType, setUp, query, waitForContext, syn… 156 …static PetscErrorCode changeStreamType(PetscDeviceContext, PetscStreamType) noexcept { SETERRQ(PET… in changeStreamType() function in Petsc::device::sycl::impl::DeviceContext
|
| /petsc/src/sys/objects/device/impls/cupm/ |
| H A D | cupmcontext.hpp | 199 static PetscErrorCode changeStreamType(PetscDeviceContext, PetscStreamType) noexcept; 227 PetscDesignatedInitializer(changestreamtype, changeStreamType), 295 inline PetscErrorCode DeviceContext<T>::changeStreamType(PetscDeviceContext dctx, PETSC_UNUSED Pets… in changeStreamType() function in Petsc::device::cupm::impl::DeviceContext
|