Skip to content

Commit

Permalink
log info to log trace
Browse files Browse the repository at this point in the history
  • Loading branch information
broskoTT committed Oct 27, 2024
1 parent 6deb8d7 commit 357154e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device/tt_silicon_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2538,7 +2538,7 @@ void tt_SiliconDevice::set_membar_flag(const chip_id_t chip, const std::unordere
cores_synced.insert(core);
}
else {
log_info(LogSiliconDriver, "Waiting for core {} to recieve mem bar flag {} in function", core.str(), barrier_value);
log_trace(LogSiliconDriver, "Waiting for core {} to recieve mem bar flag {} in function", core.str(), barrier_value);
}
}
}
Expand Down

0 comments on commit 357154e

Please sign in to comment.