Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmstream.hpp40 PetscErrorCode change_type(PetscStreamType) noexcept;
86 inline PetscErrorCode CUPMStream<T>::change_type(PetscStreamType newtype) noexcept in change_type() function in Petsc::device::cupm::CUPMStream
H A Dcupmcontext.hpp315 PetscCall(dci->stream.change_type(dctx->streamType)); in setUp()