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/test_convert.cpp
0 → 100644
test/verify/test_cos.cpp
0 → 100644
test/verify/test_cosh.cpp
0 → 100644
test/verify/test_deconv.cpp
0 → 100644
test/verify/test_div.cpp
0 → 100644
test/verify/test_div2.cpp
0 → 100644
test/verify/test_elu.cpp
0 → 100644
test/verify/test_equal.cpp
0 → 100644
test/verify/test_erf.cpp
0 → 100644
test/verify/test_exp.cpp
0 → 100644
test/verify/test_floor.cpp
0 → 100644
test/verify/test_gather.cpp
0 → 100644
Please register or sign in to comment