Files
kernels/tests/runtime/simple/tests.h
2021-10-09 10:51:43 -04:00

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