reshuffle_rows_tile

void ckernel::reshuffle_rows_tile_init()

Please refer to documentation for any_init.

void ckernel::reshuffle_rows_tile(uint32_t idst, uint32_t idx_addr)

Reshuffles the rows of the input tile to locations given by indices stored at L1 address provided in idx_addr. The DST register buffer must be in acquired state via acquire_dst call. This call is blocking and is only available on the compute engine.

Return value: None

Argument

Description

Type

Valid Range

Required

idst

The index of the tile in DST register buffer to perform the computation on

uint32_t

Must be less than the size of the DST register buffer

True

idx_addr

Address at which array of output row indices is stored

uint32_t

True