add simple negative P2P tests

[ROCm/hip commit: 4a0c0479d4]
This commit is contained in:
Ben Sander
2016-04-11 13:46:53 -05:00
parent c964e3c75a
commit c8c269136c
3 changed files with 97 additions and 71 deletions
@@ -116,12 +116,12 @@ int main(int argc, char *argv[])
/*disable, this takess a while and if the next one works then no need to run serial*/
if (1 && (p_tests & 0x2)) {
printf ("\ntest 0x2 : serialized multiThread_pyramid(1) \n");
multiThread_pyramid(true, 10);
multiThread_pyramid(true, 3);
}
if (p_tests & 0x4) {
printf ("\ntest 0x4 : parallel multiThread_pyramid(1) \n");
multiThread_pyramid(false, 10);
multiThread_pyramid(false, 3);
}
//if (p_tests & 0x8) {