Set RDMA default to off state

[ROCm/rccl commit: 0f16ad966a]
This commit is contained in:
Wenkai Du
2019-08-26 10:59:33 -07:00
parent e433b21b23
commit 4afd6818ba
+1 -1
View File
@@ -248,7 +248,7 @@ end:
extern bool useFineGrainVramPcie;
NCCL_PARAM(NetGdrRead, "NET_GDR_READ", -2);
NCCL_PARAM(NetGdrLevel, "NET_GDR_LEVEL", PATH_PHB);
NCCL_PARAM(NetGdrLevel, "NET_GDR_LEVEL", 0);
static ncclResult_t netGetGdrSupport(int dev, int read, int* useGdr) {
*useGdr = 0;