onnx-mlir/src/Transform
Gheorghe-Teodor Bercea 137ce767e6
Rework output to improve readability of intermediate MLIR code. (#87)
* Reorganize main function.

* Follow review comments.

* Emit constants are globals in Krnl and LLVM dialects.

* Output of non-value constants. Write full source to file.

* Fix e2e tests.

* Output constant free and full code in separate files.

* Emit separate files.

* Move file output management to utils.

* Elide the values of glotbal krnl constants.

* Add dual file output for Basic flag.

* Add tests.

* Add passes to cmake file.
2020-04-24 16:15:36 -04:00
..
ONNX Rework output to improve readability of intermediate MLIR code. (#87) 2020-04-24 16:15:36 -04:00
CMakeLists.txt Rework output to improve readability of intermediate MLIR code. (#87) 2020-04-24 16:15:36 -04:00
ElideKrnlGlobalConstants.cpp Rework output to improve readability of intermediate MLIR code. (#87) 2020-04-24 16:15:36 -04:00
LowerKrnl.cpp Bug fix, ensure krnl.iterate can lower in the degenerate case. (#78) 2020-04-10 23:27:00 +08:00
LowerToLLVM.cpp Rework output to improve readability of intermediate MLIR code. (#87) 2020-04-24 16:15:36 -04:00