vortex/tests/kernel/conform/tests.h
Blaise Tine d47cccc157 Vortex 2.0 changes:
+ Microarchitecture optimizations
+ 64-bit support
+ Xilinx FPGA support
+ LLVM-16 support
+ Refactoring and quality control fixes
2023-10-19 20:51:22 -07:00

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