onnx-mlir/test/mlir/krnl
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
..
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 Emit allocs at the top of functions (#222) 2020-07-20 19:24:17 -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 Emit allocs at the top of functions (#222) 2020-07-20 19:24:17 -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
reshape.mlir Emit allocs at the top of functions (#222) 2020-07-20 19:24:17 -04:00