mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 13:57:17 -04:00
+ Microarchitecture optimizations + 64-bit support + Xilinx FPGA support + LLVM-16 support + Refactoring and quality control fixes
28 lines
297 B
C
28 lines
297 B
C
#ifndef TESTS
|
|
#define TESTS
|
|
|
|
#define PRINTF vx_printf
|
|
|
|
int test_global_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();
|
|
|
|
int test_tls();
|
|
|
|
#endif
|