moved default number of max ranks per gpu to 1

Tento commit je obsažen v:
akolliasAMD
2022-06-22 17:37:49 +00:00
rodič 6e93fafdc3
revize 8b9291eb47
+1 -1
Zobrazit soubor
@@ -38,7 +38,7 @@ namespace RcclUnitTesting
processMask = GetEnvVar("UT_PROCESS_MASK", UT_SINGLE_PROCESS | UT_MULTI_PROCESS);
verbose = GetEnvVar("UT_VERBOSE" , 0);
printValues = GetEnvVar("UT_PRINT_VALUES", 0);
maxRanksPerGpu = GetEnvVar("UT_MAX_RANKS_PER_GPU", 2);
maxRanksPerGpu = GetEnvVar("UT_MAX_RANKS_PER_GPU", 1);
// Limit number of supported reduction operators to just ncclSum if only allReduce is built
#ifdef BUILD_ALLREDUCE_ONLY