Home
last modified time | relevance | path

Searched defs:CUPMEvent (Results 1 – 1 of 1) sorted by relevance

/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmevent.hpp101 class PETSC_SINGLE_LIBRARY_VISIBILITY_INTERNAL CUPMEvent : impl::Interface<T>, public memory::PoolA… class
135 inline CUPMEvent<T>::CUPMEvent(CUPMEvent &&other) noexcept : pool_type(std::move(other)), event_(ut… in CUPMEvent() function in Petsc::device::cupm::CUPMEvent