Skip to content

Commit be075c4

Browse files
committed
Comment out debug feature disable workaround for unary broadcast
1 parent ec7c9bd commit be075c4

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

tt_llk_blackhole/common/inc/cunpack_common.h

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -403,12 +403,15 @@ inline void configure_unpack_AB(
403403
}
404404
*/
405405
// Workaround for HW bug (int32 dest and movd2a/b is used with srcA/B configured as int8)
406-
if (int8_math_enabled || (fp32_dest_acc_en && ((uint)unpA_dst_format == (uint)DataFormat::UInt16)))
407-
{
408-
reg_write(RISCV_DEBUG_REG_DBG_FEATURE_DISABLE, 1 << 11); // Set debug feature disable bit 11
409-
// workaround for bug tenstorrent/budabackend#1948
410-
}
411-
406+
// if (int8_math_enabled || (fp32_dest_acc_en && ((uint)unpA_dst_format == (uint)DataFormat::UInt16)))
407+
// {
408+
// reg_write(RISCV_DEBUG_REG_DBG_FEATURE_DISABLE, 1 << 11); // Set debug feature disable bit 11
409+
// // workaround for bug tenstorrent/budabackend#1948
410+
// }
411+
// else
412+
// {
413+
// reg_write(RISCV_DEBUG_REG_DBG_FEATURE_DISABLE, 0); //HW cfg should otherwise always clear this bit
414+
// }
412415
// Clear context ID
413416
reset_config_context();
414417
}

0 commit comments

Comments
 (0)