Home
last modified time | relevance | path

Searched refs:streamType (Results 1 – 4 of 4) sorted by relevance

/petsc/src/sys/objects/device/interface/
H A Dpetscdevice_interface_internal.hpp179 …d::pair<PetscDeviceType, PetscBool> &deviceType, std::pair<PetscStreamType, PetscBool> &streamType) in PetscDeviceContextQueryOptions_Internal() argument
182 auto stype = static_cast<PetscInt>(streamType.first); in PetscDeviceContextQueryOptions_Internal()
187 …amType", PetscStreamTypes, PETSC_STREAM_MAX, PetscStreamTypes[stype], &stype, &streamType.second)); in PetscDeviceContextQueryOptions_Internal()
189 streamType.first = PetscStreamTypeCast(stype); in PetscDeviceContextQueryOptions_Internal()
H A Ddcontext.cxx57 dctx->streamType = PETSC_STREAM_DEFAULT; in reset_()
189 if (dctx->setup && (dctx->streamType != type)) { in PetscDeviceContextSetStreamType()
195 dctx->streamType = type; in PetscDeviceContextSetStreamType()
225 *type = dctx->streamType; in PetscDeviceContextGetStreamType()
/petsc/include/petsc/private/
H A Ddeviceimpl.h125 PetscValidStreamType(pvdc_dctx_->streamType, pvdc_argno_); \
242 PetscStreamType streamType; /* how should this contexts stream behave around other streams? */ member
/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmcontext.hpp315 PetscCall(dci->stream.change_type(dctx->streamType)); in setUp()