Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmstream.hpp24 class PETSC_SINGLE_LIBRARY_VISIBILITY_INTERNAL CUPMStream : public StreamBase<CUPMStream<T>>, impl:… class
25 using crtp_base_type = StreamBase<CUPMStream<T>>;
36 CUPMStream() noexcept = default;
56 inline PetscErrorCode CUPMStream<T>::destroy() noexcept in destroy()
68 inline PetscErrorCode CUPMStream<T>::create(flag_type flags) noexcept in create()
86 inline PetscErrorCode CUPMStream<T>::change_type(PetscStreamType newtype) noexcept in change_type()
107 inline typename CUPMStream<T>::id_type CUPMStream<T>::new_id_() noexcept in new_id_()
115 inline const typename CUPMStream<T>::stream_type &CUPMStream<T>::get_stream_() const noexcept in get_stream_()
121 inline typename CUPMStream<T>::id_type CUPMStream<T>::get_id_() const noexcept in get_id_()
127 inline PetscErrorCode CUPMStream<T>::record_event_(event_type &event) const noexcept in record_event_()
[all …]
H A Dcupmcontext.hpp41 using stream_type = CUPMStream<T>;