sqrt_tile
-
void ckernel::sqrt_tile_init()
-
Please refer to documentation for any_init.
-
template<bool FAST_APPROX = false, bool is_fp32_dest_acc_en = DST_ACCUM_MODE>
void ckernel::sqrt_tile(uint32_t idst)
-
Performs element-wise computation of the square root on each element of a tile in DST register at index idst. 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
idst The index of the tile in DST register buffer to perform the computation on