gtest: extend testing up to 8 GPUs

Tá an tiomantas seo le fáil i:
Wenkai Du
2020-06-27 21:30:50 +00:00
tuismitheoir 964c4c2061
tiomantas 8db0aa8f4c
D'athraigh 10 comhad le 14 breiseanna agus 14 scriosta
+1 -1
Féach ar an gComhad
@@ -55,7 +55,7 @@ namespace CorrectnessTests
// Number of elements
testing::Values(1024, 1048576),
// Number of devices
testing::Values(2,3,4),
testing::Values(2,3,4,5,6,7,8),
// In-place or not
testing::Values(false, true),
testing::Values("")));