onnx-mlir/test/mlir/onnx
Gheorghe-Teodor Bercea 100bfc81b4
Bundle individual memory pools into a single memory pool (#183)
* Reorganize main function.

* Follow review comments.

* Emit constants are globals in Krnl and LLVM dialects.

* Add memory pooling for constant sized arrays.

* Clean code.

* Clean code.

* Clean code.

* Add simple bundling test.

Co-authored-by: Tian Jin <tjingrant@gmail.com>
2020-07-08 12:35:31 -04:00
..
onnx_bundle_memory_pool.mlir Bundle individual memory pools into a single memory pool (#183) 2020-07-08 12:35:31 -04:00
onnx_canonicalization.mlir Implement PadOp based on attribute promotion (#71) 2020-05-15 13:19:28 +08: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 Remove optimize_loops/return_loops op. (#200) 2020-07-08 12:49:15 +08:00
onnx_krnl_global_elision.mlir Remove optimize_loops/return_loops op. (#200) 2020-07-08 12:49:15 +08:00
onnx_lowering.mlir Remove optimize_loops/return_loops op. (#200) 2020-07-08 12:49:15 +08:00
onnx_lowering_with_dealloc.mlir Remove optimize_loops/return_loops op. (#200) 2020-07-08 12:49:15 +08: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 String type (Ready for Review) (#182) 2020-06-25 16:34:37 -04:00