Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmevent.hpp77 CUPMEventPool<T, flags> &cupm_event_pool() noexcept in cupm_event_pool() function
85 inline auto cupm_fast_event_pool() noexcept -> decltype(cupm_event_pool<T, impl::Interface<T>::cupm… in cupm_fast_event_pool()
87 return cupm_event_pool<T, impl::Interface<T>::cupmEventDisableTiming>(); in cupm_fast_event_pool()
92 inline auto cupm_timer_event_pool() noexcept -> decltype(cupm_event_pool<T, impl::Interface<T>::cup… in cupm_timer_event_pool()
94 return cupm_event_pool<T, impl::Interface<T>::cupmEventDefault>(); in cupm_timer_event_pool()