wsapwn tested - NOTE in vx_main.c

This commit is contained in:
felsabbagh3
2019-11-03 20:56:07 -05:00
parent a39979a844
commit a28a1c45c1
11 changed files with 644 additions and 502 deletions

View File

@@ -104,6 +104,23 @@ void test_wsapwn()
vx_print_str("\n");
}
void intrinsics_tests()
{
// TMC test
test_tmc();
// Control Divergence Test
vx_print_str("test_divergence\n");
vx_tmc(4);
test_divergence();
vx_tmc(1);
// Test wspawn
vx_print_str("test_spawn\n");
test_wsapwn();
}

View File

@@ -11,6 +11,7 @@ void test_divergence();
void test_wsapwn();
void intrinsics_tests();
#endif
#endif