File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
tt_llk_blackhole/common/inc Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments