Fix unroll factor display bug. (#1969)
Tento commit je obsažen v:
@@ -378,7 +378,7 @@ ncclResult_t commSetUnrollFactor(struct ncclComm* comm) {
|
|||||||
else
|
else
|
||||||
comm->unroll = NCCL_UNROLL_4;
|
comm->unroll = NCCL_UNROLL_4;
|
||||||
|
|
||||||
INFO(NCCL_INIT, "RCCL Unroll Factor (pre-set): %d", comm->unroll+1);
|
INFO(NCCL_INIT, "RCCL Unroll Factor (pre-set): %d", (int) (pow(2.0, (double)comm->unroll)));
|
||||||
return ncclSuccess;
|
return ncclSuccess;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Odkázat v novém úkolu
Zablokovat Uživatele