AllReduceTests,fixed the number of roots (#925)

[ROCm/rccl commit: d8dc282eeb]
Dieser Commit ist enthalten in:
akolliasAMD
2023-10-20 10:25:11 -06:00
committet von GitHub
Ursprung 187e9c1958
Commit bc7df769a2
+1 -1
Datei anzeigen
@@ -72,7 +72,7 @@ namespace RcclUnitTesting
std::vector<ncclFunc_t> const funcTypes = {ncclCollAllReduce};
std::vector<ncclDataType_t> const dataTypes = {ncclInt32};
std::vector<ncclRedOp_t> const redOps = {ncclMax};
std::vector<int> const roots = {0, 1};
std::vector<int> const roots = {0};
std::vector<int> const numElements = {393216};
std::vector<bool> const inPlaceList = {true};
std::vector<bool> const managedMemList = {false};