onnx-mlir/test/mlir/krnl
Tian Jin 2e8f012195
Support krnl loop permutation (#215)
* 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

* Using a non-trivial example.

* Add more complex example/test case.
2020-07-24 18:19:38 +08:00
..
pack_krnl_constants_be Compiling Models with Large Constant Arrays (#146) 2020-06-12 10:27:05 +08:00
pack_krnl_constants_le Compiling Models with Large Constant Arrays (#146) 2020-06-12 10:27:05 +08:00
block.mlir Krnl block (#170) 2020-06-27 22:35:01 +08:00
constant.mlir Revert "Emit allocs at the top of functions (#222)" (#226) 2020-07-21 18:30:39 -04:00
krnl_bundle_memory_pool.mlir Bundle individual memory pools into a single memory pool (#183) 2020-07-08 12:35:31 -04:00
krnl_getref_lowering.mlir Add basic support for memory pool (#161) 2020-06-09 16:48:33 -04:00
memory_pool.mlir Revert "Emit allocs at the top of functions (#222)" (#226) 2020-07-21 18:30:39 -04:00
ops.mlir Remove optimize_loops/return_loops op. (#200) 2020-07-08 12:49:15 +08:00
pack_consts_mix_types.mlir Compiling Models with Large Constant Arrays (#146) 2020-06-12 10:27:05 +08:00
pack_krnl_consts_to_file.mlir Compiling Models with Large Constant Arrays (#146) 2020-06-12 10:27:05 +08:00
permute.mlir Support krnl loop permutation (#215) 2020-07-24 18:19:38 +08:00
reshape.mlir Revert "Emit allocs at the top of functions (#222)" (#226) 2020-07-21 18:30:39 -04:00
unroll.mlir Support krnl loop permutation (#215) 2020-07-24 18:19:38 +08:00