Files
vortex/tests/kernel/conform/tests.h
Blaise Tine c1e168fdbe Vortex 2.0 changes:
+ Microarchitecture optimizations
+ 64-bit support
+ Xilinx FPGA support
+ LLVM-16 support
+ Refactoring and quality control fixes

minor update

minor update

minor update

minor update

minor update

minor update

cleanup

cleanup

cache bindings and memory perf refactory

minor update

minor update

hw unit tests fixes

minor update

minor update

minor update

minor update

minor update

minor udpate

minor update

minor update

minor update

minor update

minor update

minor update

minor update

minor updates

minor updates

minor update

minor update

minor update

minor update

minor update

minor update

minor updates

minor updates

minor updates

minor updates

minor update

minor update
2023-11-10 02:47:05 -08:00

29 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