onnx-mlir/third_party
Tian Jin cde1157d62
Rapid check test (#141)
* Call llc, ld from within onnx-mlir.

* Rename EmitLLVMBC -> EmitLib., reorder header files

* Edit comment.

* Checkpoint, debug.py works.

* Automatically generate inputs in debug.py.

* Use float.

* initial support for rapidcheck tests.

* Convolution test case works.

* Format code.

* Link library with MainUtils.

* Fix CMake script error.

* Fast implementation of array assertion, more detailed error analysis.

* More utility for DynMemRef.

* Fix linking issue.

* Uncomment unit test.

* Refactor to separate C++/Python ExecutionSession, enable unit test.

* format code.

* Verbose build.

* Enable PIC option for ExecusionSession.

* Fix cmake error.

* Build all targets.

* Fix doc to build all targets.

* Clean up.

* Clean up, debug.

* Use type alias consistently.

* Move definitions to DynMemRef.cpp.

* include algorithm.

* pyruntime -> PyRuntime

* Format code.

* Free memory.

* Add comments.

* Copyright notice.

* Improve stylistic consistency.

* Add comment.

* Revert irrelevant changes.

* Disambiguate.

* Refator test case generator out from test case implementation, implement example exhaustive test driver.

* Add documentation for testing.
2020-06-08 10:18:55 +08:00
..
benchmark@b57c11391d Enable building of first commit. 2019-12-19 14:24:37 -05:00
onnx@553df22c67 Transition to ONNX-1.6.0. (#95) 2020-02-25 13:04:15 +08:00
pybind11@6e39b765b2 Enable building of first commit. 2019-12-19 14:24:37 -05:00
rapidcheck@7bc7d30219 Rapid check test (#141) 2020-06-08 10:18:55 +08:00
variant@3c7fc8266b Chentong319 attribute with variant (#25) 2020-01-21 19:36:21 -07:00