onnx-mlir/src
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
..
Builder Add support for Windows using Visual Studio Compiler (#86) 2020-04-19 22:11:24 +08:00
Conversion Rework output to improve readability of intermediate MLIR code. (#87) 2020-04-24 16:15:36 -04:00
Dialect Rework output to improve readability of intermediate MLIR code. (#87) 2020-04-24 16:15:36 -04:00
Interface Handle error shape inference (#47) 2020-03-30 11:22:55 -04:00
Pass Rework output to improve readability of intermediate MLIR code. (#87) 2020-04-24 16:15:36 -04:00
Runtime Fix check-onnx-backend build on x86 Linux. (#91) 2020-04-16 14:38:52 +08:00
Tool Specify each lib only once; allow llvm build in shared libs mode. (#77) 2020-04-14 17:40:05 +08:00
Transform 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
MainUtils.cpp Rework output to improve readability of intermediate MLIR code. (#87) 2020-04-24 16:15:36 -04:00
MainUtils.hpp Rework output to improve readability of intermediate MLIR code. (#87) 2020-04-24 16:15:36 -04:00
main.cpp Rework output to improve readability of intermediate MLIR code. (#87) 2020-04-24 16:15:36 -04:00