C++ API. More...
#include "common/core/common.hpp"

Go to the source code of this file.
Namespaces | |
| namespace | gpu |
| namespace | gpu::xetla |
Functions | |
| template<uint8_t NbarCount> | |
| __XETLA_API void | gpu::xetla::xetla_nbarrier_init () |
| Initialize the number of named barrier index for a kernel. | |
| __XETLA_API void | gpu::xetla::named_barrier_signal (uint8_t barrier_id, uint8_t producer_consumer_mode, uint32_t num_producers, uint32_t num_consumers) |
| Perform signal operation for the given named barrier id. | |
| __XETLA_API void | gpu::xetla::named_barrier_wait (uint8_t barrier_id) |
| Wait on a named barrier. | |
C++ API.