Unit Test: support ncclAvg
This commit is contained in:
@@ -48,7 +48,7 @@ namespace CorrectnessTests
|
||||
ReduceCorrectnessTest,
|
||||
testing::Combine(
|
||||
// Reduction operator
|
||||
testing::Values(ncclSum, ncclProd, ncclMax, ncclMin),
|
||||
testing::Values(ncclSum, ncclProd, ncclMax, ncclMin, ncclAvg),
|
||||
// Data types
|
||||
testing::Values(ncclInt8,
|
||||
ncclUint8,
|
||||
|
||||
Reference in New Issue
Block a user