Disable graph mode memory registration and UBR as unsupported feature. (#1977)

このコミットが含まれているのは:
Arm Patinyasakdikul
2025-10-17 07:18:39 -07:00
committed by GitHub
コミット 58eca5d7f8
2個のファイルの変更2行の追加2行の削除
+1 -1
ファイルの表示
@@ -319,7 +319,7 @@ static void finishPlan(struct ncclComm* comm, struct ncclKernelPlan* plan) {
}
}
NCCL_PARAM(GraphRegister, "GRAPH_REGISTER", 1);
NCCL_PARAM(GraphRegister, "GRAPH_REGISTER", 0); // LWPCOMMLIBS-632: off by default for RCCL as unsupported feature.
static ncclResult_t getCollNetSupport(struct ncclComm* comm, struct ncclTaskColl* task, int* collNetSupport);
rccl_static ncclResult_t getAlgoInfo(