alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::trait::WaiterWaitFor< DevUniformCudaHipRt< TApi >, EventUniformCudaHipRt< TApi > > Struct Template Reference

The CUDA/HIP RT device event wait trait specialization. More...

#include <EventUniformCudaHipRt.hpp>

Static Public Member Functions

static ALPAKA_FN_HOST auto waiterWaitFor (DevUniformCudaHipRt< TApi > &dev, EventUniformCudaHipRt< TApi > const &event) -> void
 

Detailed Description

template<typename TApi>
struct alpaka::trait::WaiterWaitFor< DevUniformCudaHipRt< TApi >, EventUniformCudaHipRt< TApi > >

The CUDA/HIP RT device event wait trait specialization.

Any future work submitted in any queue of this device will wait for event to complete before beginning execution.

Definition at line 229 of file EventUniformCudaHipRt.hpp.

Member Function Documentation

◆ waiterWaitFor()

template<typename TApi >
static ALPAKA_FN_HOST auto alpaka::trait::WaiterWaitFor< DevUniformCudaHipRt< TApi >, EventUniformCudaHipRt< TApi > >::waiterWaitFor ( DevUniformCudaHipRt< TApi > &  dev,
EventUniformCudaHipRt< TApi > const &  event 
) -> void
inlinestatic

Definition at line 231 of file EventUniformCudaHipRt.hpp.


The documentation for this struct was generated from the following file: