Adding better naming to unit tests for filtering; adding short and full unit test suites (#235)

This commit is contained in:
Stanley Tsang
2020-07-21 12:19:47 -06:00
zatwierdzone przez GitHub
rodzic 35c5a7fe45
commit 684f3e6af4
14 zmienionych plików z 112 dodań i 39 usunięć
+3 -2
Wyświetl plik
@@ -40,7 +40,7 @@ namespace CorrectnessTests
dataset.Release();
}
INSTANTIATE_TEST_CASE_P(AllToAllCorrectnessSweep,
INSTANTIATE_TEST_SUITE_P(AllToAllCorrectnessSweep,
AllToAllCorrectnessTest,
testing::Combine(
// Reduction operator is not used
@@ -62,5 +62,6 @@ namespace CorrectnessTests
testing::Values(2,3,4,5,6,7,8),
// In-place or not
testing::Values(false),
testing::Values("RCCL_ALLTOALL_KERNEL_DISABLE=0", "RCCL_ALLTOALL_KERNEL_DISABLE=1")));
testing::Values("RCCL_ALLTOALL_KERNEL_DISABLE=0", "RCCL_ALLTOALL_KERNEL_DISABLE=1")),
CorrectnessTest::PrintToStringParamName());
} // namespace