27 lines
280 B
C
27 lines
280 B
C
#ifndef TESTS
|
|
#define TESTS
|
|
|
|
int test_global_memory();
|
|
|
|
int test_stack_memory();
|
|
|
|
int test_shared_memory();
|
|
|
|
int test_tmc();
|
|
|
|
int test_pred();
|
|
|
|
int test_divergence();
|
|
|
|
int test_wsapwn();
|
|
|
|
int test_spawn_tasks();
|
|
|
|
int test_serial();
|
|
|
|
int test_tmask();
|
|
|
|
int test_barrier();
|
|
|
|
#endif
|