Split cpu and reference implementation (#671)
* Add all_targets cmake target
* Rename target
* Add ref target
* Rename tests
* Refactor compiler target
* Formatting
* Verify for every target
* Formatting
* Add verify test suite
* Formatting
* Add initial test programs
* Formatting
* Add rnn tests
* Formatting
* Validate gpu
* Formatting
* Remove old gpu tests
* Fix gpu tests
* Fix ref error
* Fix tidy issues
* Formatting
* Tidy fixes
* Fix header in python api
* Rename to ref
* Use ref in verify_onnx
* Fix tidy issue
* Build with verbose on
* Fix typo
* Remove verbose
* rename some cpu prefix to ref
Co-authored-by:
Shucai Xiao <Shucai.Xiao@amd.com>
Showing
test/verify/run_verify.cpp
0 → 100644
test/verify/run_verify.hpp
0 → 100644
test/verify/test_abs.cpp
0 → 100644
test/verify/test_acos.cpp
0 → 100644
test/verify/test_acosh.cpp
0 → 100644
test/verify/test_add.cpp
0 → 100644
test/verify/test_arg_ops.cpp
0 → 100644
test/verify/test_asin.cpp
0 → 100644
Please register or sign in to comment