Before evict_wb_old removal

This commit is contained in:
felsabbagh3
2019-11-07 13:27:38 -05:00
parent 3372baea87
commit 58a9140f08
28 changed files with 344 additions and 331 deletions

View File

@@ -4,25 +4,29 @@
#include "../../tests/tests.h"
#include "../../vx_api/vx_api.h"
unsigned array[] = {0,1,2,3};
int main()
{
// Main is called with all threads active of warp 0
vx_tmc(1);
vx_print_str("Simple Main1\n");
// vx_print_str("Simple Main\n");
// TMC test
// // TMC test
test_tmc();
// Control Divergence Test
vx_print_str("test_divergence\n");
vx_tmc(4);
test_divergence();
vx_tmc(1);
// // 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");
// vx_print_str("test_wspawn\n");
test_wsapwn();
return 0;