ceil_tile

void ckernel::ceil_tile(uint32_t idst)

Performs element-wise ceil computation on input x , where x is each element of a tile in DST register at index tile_index. 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 ceil operation

uint32_t

Must be less than the size of the DST register buffer

True

void ckernel::ceil_tile_float32(uint32_t idst)

Performs element-wise ceil computation on input x , where x is each element of a tile in DST register at index tile_index. 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 ceil operation

uint32_t

Must be less than the size of the DST register buffer

True