add_binary_tile

void ckernel::add_binary_tile_init()
template<ckernel::DstRoundingMode dst_rounding_mode = ckernel::DstRoundingMode::Default>
void ckernel::add_binary_tile(uint32_t idst0, uint32_t idst1, uint32_t odst)
Template Parameters:

dst_rounding_mode – Controls bf16 narrowing for the result. Default truncates (native SFPSTORE behavior); NearestEven applies IEEE 754 round-to-nearest-even in software before the store. Ignored when fp32 DEST accumulation is enabled. Note: in WH and BH, mul_binary_tile and div_binary_tile apply RNE rounding when narrowing to bf16.