Allowed GPU enumeration to continue with non-contiguous render nodes
Signed-off-by: gabrpham_amdeng <Gabriel.Pham@amd.com>
[ROCm/amdsmi commit: 51971426bd]
Этот коммит содержится в:
коммит произвёл
Arif, Maisam
родитель
d5691b7ed9
Коммит
9b4a9acd27
@@ -709,7 +709,7 @@ KFDNode::Initialize(void) {
|
||||
node_to = it->first;
|
||||
link = it->second;
|
||||
ret = ReadKFDGpuId(node_to, &node_to_gpu_id);
|
||||
if (ret) {return ret;}
|
||||
if (ret) {continue;}
|
||||
if (node_to_gpu_id == 0) { // CPU node
|
||||
if (numa_node_found) {
|
||||
if (numa_node_weight_ > link->weight()) {
|
||||
|
||||
Ссылка в новой задаче
Block a user