XeTLA v0.3.6
IntelĀ® Xe Templates for Linear Algebra - API Definition Document
 
Loading...
Searching...
No Matches
barrier.hpp File Reference

C++ API. More...

Include dependency graph for barrier.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

C++ API.