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

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

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

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