Lines Matching refs:flags
21 template <DeviceType T, unsigned long flags>
22 …INTERNAL CUPMEventPool : impl::Interface<T>, public RegisterFinalizeable<CUPMEventPool<T, flags>> {
35 template <DeviceType T, unsigned long flags>
36 inline PetscErrorCode CUPMEventPool<T, flags>::finalize_() noexcept in finalize_()
46 template <DeviceType T, unsigned long flags>
47 inline PetscErrorCode CUPMEventPool<T, flags>::allocate(cupmEvent_t *event) noexcept in allocate()
53 PetscCallCUPM(cupmEventCreateWithFlags(event, (unsigned int)flags)); in allocate()
61 template <DeviceType T, unsigned long flags>
62 inline PetscErrorCode CUPMEventPool<T, flags>::deallocate(cupmEvent_t *in_event) noexcept in deallocate()
76 template <DeviceType T, unsigned long flags>
77 CUPMEventPool<T, flags> &cupm_event_pool() noexcept in cupm_event_pool()
79 static CUPMEventPool<T, flags> pool; in cupm_event_pool()