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

Change-Id: I1fbc38b788f71cc9c9fc62295223286004689bf9


[ROCm/ROCR-Runtime commit: 25f3dc305f]
This commit is contained in:
Ramesh Errabolu
2021-03-24 21:21:07 -05:00
کامیت شده توسط Sean Keely
والد dd42ca6dbe
کامیت 29fa097a82
@@ -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: