gtest: add scatter, gather and all to all unit tests
This commit is contained in:
@@ -57,5 +57,6 @@ namespace CorrectnessTests
|
||||
// Number of devices
|
||||
testing::Values(2,3,4),
|
||||
// In-place or not
|
||||
testing::Values(false, true)));
|
||||
testing::Values(false, true),
|
||||
testing::Values("")));
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user