Override Cpu-Gpu link-weight for Alebaran until a proper fix is available

Change-Id: I1fbc38b788f71cc9c9fc62295223286004689bf9
This commit is contained in:
Ramesh Errabolu
2021-03-24 21:21:07 -05:00
committed by Sean Keely
szülő 7333c77e22
commit 25f3dc305f
@@ -207,7 +207,9 @@ void RegisterLinkInfo(uint32_t node_id, uint32_t num_link) {
link_info.atomic_support_64bit = true;
link_info.coherent_support = true;
if (core::Runtime::runtime_singleton_->flag().patch_xgmi_link_weight()) {
io_link.Weight = 15;
if (io_link.Weight == 0) {
io_link.Weight = 15;
}
}
break;
default: