onnx-mlir/test/mlir/onnx
Gheorghe-Teodor Bercea b27e57cc4f
Emit allocs at the top of functions (#222)
* Reorganize main function.

* Follow review comments.

* Emit constants are globals in Krnl and LLVM dialects.

* Add support for moving dynamic alloca instructions to top of functions.

* Fix memory pooling tests.

* Various fixes.

* Fix lit tests.

* More test fixes.

* Reformat.

* Reformat some more.

* Fix issue with TestConv and split-input-file.

* Use smart pointers.

* Remove redundant pointer.

* Reformat.

* Add initMap description.

* Clean up tests.
2020-07-20 19:24:17 -04:00
..
onnx_bundle_memory_pool.mlir Emit allocs at the top of functions (#222) 2020-07-20 19:24:17 -04:00
onnx_canonicalization.mlir Add ONNXScalerOp pattern (#220) 2020-07-17 11:01:30 -04:00
onnx_constprop.mlir constant folding for transpose of constant tensors (#171) 2020-06-17 10:42:06 -04:00
onnx_decompose.mlir Add the split marker to test files (#90) 2020-04-16 15:17:27 +08: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 Emit allocs at the top of functions (#222) 2020-07-20 19:24:17 -04:00
onnx_krnl_global_elision.mlir Remove optimize_loops/return_loops op. (#200) 2020-07-08 12:49:15 +08:00
onnx_lowering.mlir Emit allocs at the top of functions (#222) 2020-07-20 19:24:17 -04:00
onnx_lowering_lstm.mlir Emit allocs at the top of functions (#222) 2020-07-20 19:24:17 -04:00
onnx_lowering_pooling.mlir Emit allocs at the top of functions (#222) 2020-07-20 19:24:17 -04:00
onnx_lowering_reductions.mlir Emit allocs at the top of functions (#222) 2020-07-20 19:24:17 -04:00
onnx_lowering_split.mlir Emit allocs at the top of functions (#222) 2020-07-20 19:24:17 -04:00
onnx_lowering_squeeze.mlir Emit allocs at the top of functions (#222) 2020-07-20 19:24:17 -04:00
onnx_lowering_with_dealloc.mlir Emit allocs at the top of functions (#222) 2020-07-20 19:24:17 -04:00
onnx_shape_inference.mlir Lower SqueezeOp to Krnl dialect (#164) 2020-07-03 16:26:41 +08:00
onnx_shape_inference_maxpool.mlir Add the split marker to test files (#90) 2020-04-16 15:17:27 +08:00
onnx_structure.mlir Emit allocs at the top of functions (#222) 2020-07-20 19:24:17 -04:00