Searched refs:DefaultStream (Results 1 – 1 of 1) sorted by relevance
73 struct DefaultStream : StreamBase<DefaultStream> { struct74 using stream_type = typename StreamBase<DefaultStream>::default_stream_type; argument75 using id_type = typename StreamBase<DefaultStream>::id_type; argument76 using event_type = typename StreamBase<DefaultStream>::default_event_type; argument129 …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:…