logical_not_unary_tile

void ckernel::logical_not_tile_init()

Please refer to documentation for any_init.

template<DataFormat DATA_FORMAT>
void ckernel::logical_not_tile(uint32_t idst)

Performs element-wise computation of the logical not operation on 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

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

Template Parameters:

data_formatTemplate argument specifying the data type. Supported data formats are: DataFormat::Int32, DataFormat::UInt32, DataFormat::UInt16, DataFormat::Float32, DataFormat::Float16_b, DataFormat::Bfp8_b, DataFormat::Bfp4_b.