recip_tile
-
template<bool legacy_compat = true, bool is_fp32_dest_acc_en = DST_ACCUM_MODE>
void ckernel::recip_tile_init()
-
Please refer to documentation for any_init.
-
template<bool legacy_compat = true, bool is_fp32_dest_acc_en = DST_ACCUM_MODE>
void ckernel::recip_tile(uint32_t idst, VectorMode vector_mode = VectorMode::RC)
-
Performs element-wise computation of the reciprocal 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. Only works for Float32, Float16_b, Bfp8_b data formats for full accuracy.
Return value: None
Argument Description
idst The index of the tile in DST register buffer to perform the computation on
vector_mode Specifies the vector mode for computation (e.g., Row, Column). (default: VectorMode::RC)