onnx-mlir/src/Conversion/ONNXToKrnl/Tensor
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
..
Concat.cpp Emit allocs at the top of functions (#222) 2020-07-20 19:24:17 -04:00
Constant.cpp Compiling Models with Large Constant Arrays (#146) 2020-06-12 10:27:05 +08:00
Identity.cpp Emit allocs at the top of functions (#222) 2020-07-20 19:24:17 -04:00
Pad.cpp Emit allocs at the top of functions (#222) 2020-07-20 19:24:17 -04:00
PadConstantValuePad.cpp Emit allocs at the top of functions (#222) 2020-07-20 19:24:17 -04:00
Reshape.cpp Emit allocs at the top of functions (#222) 2020-07-20 19:24:17 -04:00
Split.cpp Emit allocs at the top of functions (#222) 2020-07-20 19:24:17 -04:00
Squeeze.cpp Emit allocs at the top of functions (#222) 2020-07-20 19:24:17 -04:00
Transpose.cpp Emit allocs at the top of functions (#222) 2020-07-20 19:24:17 -04:00
Unsqueeze.cpp Emit allocs at the top of functions (#222) 2020-07-20 19:24:17 -04:00