Before evict_wb_old removal
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user