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

[ROCm/rccl commit: 684f3e6af4]
这个提交包含在:
Stanley Tsang
2020-07-21 12:19:47 -06:00
提交者 GitHub
父节点 cb80d93b11
当前提交 56d8c7c893
修改 14 个文件,包含 112 行新增39 行删除
+3 -2
查看文件
@@ -44,7 +44,7 @@ namespace CorrectnessTests
dataset.Release();
}
INSTANTIATE_TEST_CASE_P(ScatterCorrectnessSweep,
INSTANTIATE_TEST_SUITE_P(ScatterCorrectnessSweep,
ScatterCorrectnessTest,
testing::Combine(
// Reduction operator is not used
@@ -66,5 +66,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