alpaka
Abstraction Library for Parallel Kernel Acceleration
|
The CPU/GPU device queue registry implementation. More...
#include <QueueRegistry.hpp>
Public Member Functions | |
ALPAKA_FN_HOST auto | getAllExistingQueues () const -> std::vector< std::shared_ptr< TQueue >> |
ALPAKA_FN_HOST auto | registerQueue (std::shared_ptr< TQueue > const &spQueue) const -> void |
Registers the given queue on this device. NOTE: Every queue has to be registered for correct functionality of device wait operations! More... | |
The CPU/GPU device queue registry implementation.
TQueue | queue implementation |
Definition at line 20 of file QueueRegistry.hpp.
|
inline |
Definition at line 22 of file QueueRegistry.hpp.
|
inline |
Registers the given queue on this device. NOTE: Every queue has to be registered for correct functionality of device wait operations!
Definition at line 47 of file QueueRegistry.hpp.