onnxruntime/onnxruntime/test/common
Sunghoon 645d978589
Sunghcho/denormals (#5391)
* Add session option and global thread pool option to set denormal as zero.

* Revert unneccessary changes.

* Add cpuinfo submodule

* Add more comments

* Remove cpuinfo submodule dependency and check only SSE3 support for ftz and daz inspired by Tensorflow

* Preserve API order in C api

* Clean up and utilize SSE3 detection logic from existeing cpuid_info.h

* Keep the same order with header file

* Fix build issue with Linux pipeline, which has old g++ compiler

* Fix broken build on Linux and remove a duplicated unit test

* Remove reformatting at eigen thread pool

* Remove flatbuffers which is not intentionally added

* Revert "Remove flatbuffers which is not intentionally added"

This reverts commit 9f509a9aaaa3c7832d88854c82fd26b234770b7f.

* Remove flatbuffers which is not intentionally added

* Resolve comments
  - Put details on APIs
  - Add a log for ftz/daz initialization
  - Add clang
  - Fix typo

* Remove unnecessary header include

* Resolve comments
2020-10-15 12:47:42 -07:00
..
logging Enable iOS CI pipeline (#5360) 2020-10-02 20:14:45 -07:00
cuda_op_test_utils.h Refine GatherND CPU/CUDA Kernels & Add UTs (#3688) 2020-04-30 10:17:54 +08:00
denormal_test.cc Sunghcho/denormals (#5391) 2020-10-15 12:47:42 -07:00
path_test.cc Last major set of ORT format model changes (#5056) 2020-09-05 07:59:01 +10:00
tensor_op_test_utils.cc Disable or update flaky tests, improve test random seed accessibility. (#3495) 2020-04-17 15:57:32 -07:00
tensor_op_test_utils.h Initial changes to disable code in a minimal build (#4872) 2020-08-22 07:14:53 +10:00
test_main.cc Add option ORT_NO_EXCEPTIONS to disable most exception/throw in /onnxruntime/ (#4894) 2020-08-28 23:03:51 -07:00
utf8_util_test.cc Initial changes to disable code in a minimal build (#4872) 2020-08-22 07:14:53 +10:00