Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/
H A Dsegmentedmempool.hpp73 struct DefaultStream : StreamBase<DefaultStream> { struct
74 using stream_type = typename StreamBase<DefaultStream>::default_stream_type; argument
75 using id_type = typename StreamBase<DefaultStream>::id_type; argument
76 using event_type = typename StreamBase<DefaultStream>::default_event_type; argument
129 …int stream_id_ = device::DefaultStream::INVALID_ID; // id of the last stream to use the chu…
165 …r.open_, false)), stream_id_(util::exchange(other.stream_id_, device::DefaultStream::INVALID_ID)),… in MemoryChunk()
176 stream_id_ = util::exchange(other.stream_id_, device::DefaultStream::INVALID_ID); in operator =()
685 template <typename MemType, typename StreamType = device::DefaultStream, typename AllocType = impl:…