onnx-mlir/test/mlir/onnx
Alexandre Eichenberger f0c5b99229
Gather: fix for negative indices (#313)
* 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

* changes to support negative indices

Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>

* use krnl.dim now

Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>

* move comment

Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>

* updated test for krnl-dim pattern

Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>

Co-authored-by: Tian Jin <tjingrant@gmail.com>
2020-09-24 14:02:49 -04:00
..
onnx_bundle_memory_pool.mlir Assorted fixes for memory pool related passes (#244) 2020-08-11 17:34:59 -04:00
onnx_canonicalization.mlir Support LLVM as of 7dcd0042 (#309) 2020-09-22 23:42:50 +07:00
onnx_constprop.mlir Fuse convolution and batch normalization (#253) 2020-08-18 16:41:40 +08:00
onnx_decompose.mlir Support LLVM as of 7dcd0042 (#309) 2020-09-22 23:42:50 +07:00
onnx_elide_constants.mlir Rework output to improve readability of intermediate MLIR code. (#87) 2020-04-24 16:15:36 -04:00
onnx_enable_memory_pool.mlir [NFC] Rename passes for stylistic consistency. (#232) 2020-07-31 21:37:35 +08:00
onnx_krnl_global_elision.mlir Remove optimize_loops/return_loops op. (#200) 2020-07-08 12:49:15 +08:00
onnx_location.mlir Update onnx_location.mlir (#319) 2020-09-24 10:17:29 -04:00
onnx_lowering.mlir Gather: fix for negative indices (#313) 2020-09-24 14:02:49 -04:00
onnx_lowering_with_dealloc.mlir [NFC] Rename passes for stylistic consistency. (#232) 2020-07-31 21:37:35 +08:00
onnx_shape_inference.mlir Support LLVM as of 7dcd0042 (#309) 2020-09-22 23:42:50 +07:00
onnx_shape_inference_maxpool.mlir Support LLVM as of 7dcd0042 (#309) 2020-09-22 23:42:50 +07:00
onnx_structure.mlir Support LLVM as of 7dcd0042 (#309) 2020-09-22 23:42:50 +07:00