moved default number of max ranks per gpu to 1
[ROCm/rccl commit: 8b9291eb47]
This commit is contained in:
@@ -38,7 +38,7 @@ namespace RcclUnitTesting
|
|||||||
processMask = GetEnvVar("UT_PROCESS_MASK", UT_SINGLE_PROCESS | UT_MULTI_PROCESS);
|
processMask = GetEnvVar("UT_PROCESS_MASK", UT_SINGLE_PROCESS | UT_MULTI_PROCESS);
|
||||||
verbose = GetEnvVar("UT_VERBOSE" , 0);
|
verbose = GetEnvVar("UT_VERBOSE" , 0);
|
||||||
printValues = GetEnvVar("UT_PRINT_VALUES", 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
|
// Limit number of supported reduction operators to just ncclSum if only allReduce is built
|
||||||
#ifdef BUILD_ALLREDUCE_ONLY
|
#ifdef BUILD_ALLREDUCE_ONLY
|
||||||
|
|||||||
Reference in New Issue
Block a user