Disable graph mode memory registration and UBR as unsupported feature. (#1977)
This commit is contained in:
committed by
GitHub
parent
9806f5e9dd
commit
58eca5d7f8
+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(
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
using namespace rccl;
|
||||
|
||||
NCCL_PARAM(LocalRegister, "LOCAL_REGISTER", 1);
|
||||
NCCL_PARAM(LocalRegister, "LOCAL_REGISTER", 0); // LWPCOMMLIBS-632: off by default for RCCL as unsupported feature.
|
||||
|
||||
static ncclResult_t regFindHandleFromSymAddr(struct ncclComm* comm, void* baseSymPtr, struct ncclReg** handle) {
|
||||
struct ncclRegCache* cache = &comm->regCache;
|
||||
|
||||
Reference in New Issue
Block a user