Vortex 2.0 changes:
+ Microarchitecture optimizations + 64-bit support + Xilinx FPGA support + LLVM-16 support + Refactoring and quality control fixes
This commit is contained in:
28
tests/kernel/conform/tests.h
Normal file
28
tests/kernel/conform/tests.h
Normal file
@@ -0,0 +1,28 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user