identity_tile

void ckernel::identity_tile_init()

Please refer to documentation for any_init.

void ckernel::identity_tile(uint32_t idst)

Performs a simple elementwise copy / identity operation on the input: y(x) = x

Return value: None

Argument

Description

Type

Valid Range

Required

tile_index

The index of the tile in DST register buffer to perform identity operation

uint32_t

Must be less than the size of the DST register buffer

True

void ckernel::identity_tile_uint32(uint32_t idst)

Performs a simple elementwise copy / identity operation on the input: y(x) = x This function should be used with unsigned integer formats: uint32

Return value: None

Argument

Description

Type

Valid Range

Required

tile_index

The index of the tile in DST register buffer to perform identity operation

uint32_t

Must be less than the size of the DST register buffer

True