mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 05:47:35 -04:00
28 lines
296 B
C
28 lines
296 B
C
#ifndef TESTS
|
|
#define TESTS
|
|
|
|
#define PRINTF vx_printf
|
|
|
|
int test_global_memory();
|
|
|
|
int test_local_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();
|
|
|
|
int test_tls();
|
|
|
|
#endif
|