onnx-mlir/test/mlir
Alexandre Eichenberger 8bfde7de4b
Transpose optimization (#280)
* Define krnl.permute op.

* Support krnl.permute operation.

* Properly remove loop references.

* Re-push, Github was down.

* Need to debug interpretOp error.

* Fix lowering bug by erasing ops after full krnl IR interpretation is done, and clean up & comment code.

* Introduce permute, unroll operations.

* More debug.

* Remove std::set.

* krnl.terminate fails to be converted.

* Pass all tests, need to add legal ops as well as part of the conversion target.

* Change test format to new permute spec.

* Bug fix for nested iterate op lowering.

* Simplify error reporting.

* Fix compilation error.

* Increase comments coverage.

* Remove unnecessary imports.

* Re-trigger Jenkins

* Add permute/unroll tests.

* Retrigger Jenkins

* transpose fusion and removal

* format

* fix comments

Co-authored-by: Tian Jin <tjingrant@gmail.com>
2020-08-31 10:40:17 -04:00
..
conversion [NFC] Rename passes for stylistic consistency. (#232) 2020-07-31 21:37:35 +08:00
krnl Introduce krnl.shape operation and its lowering (#267) 2020-08-19 12:57:40 -04:00
onnx Transpose optimization (#280) 2020-08-31 10:40:17 -04:00
transform Shape inference for some ops in RNN models (#207) 2020-07-22 10:15:56 -04:00
CMakeLists.txt Compiling Models with Large Constant Arrays (#146) 2020-06-12 10:27:05 +08:00
lit.cfg.py Compiling Models with Large Constant Arrays (#146) 2020-06-12 10:27:05 +08:00
lit.site.cfg.py.in Remove whole archive linkage (#173) 2020-06-19 00:21:27 +08:00