noc_async_atomic_barrier

void noc_async_atomic_barrier(uint8_t noc_idx = noc_index)

This blocking call waits for all the outstanding enqueued atomic transactions issued on the current Tensix core to complete. After returning from this call the atomic transaction queue will be empty for the current Tensix core.

Return value: None

Argument

Description

Type

Valid Range

Required

noc_idx

Which NOC to query on

uint8_t

0 or 1

False