onnx-mlir/src
Tian Jin 922b6b6c91
Fix Transform cmake (#111)
* target_link_libraries(OMElideKrnlGlobalConstants ...) adds duplicated
../lib/libOMKrnlOps.a ../lib/libOMONNXOps.a at end of linkage for onnx-mlir
and breaks shared library build

* Fix .buildbot/z13.sh to prepare for zLinux Jenkins build bot

Co-authored-by: Gong Su <gong_su@hotmail.com>
2020-05-07 00:11:04 +08:00
..
Builder Add support for Windows using Visual Studio Compiler (#86) 2020-04-19 22:11:24 +08:00
Conversion Fix converting type for functions with no argument (#96) 2020-04-27 11:01:51 -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 Makes the DynMemRef.h usable from C (#101) 2020-04-30 14:54:19 +08:00
Tool Make onnx-mlir work with latest mlir. (#93) 2020-04-27 17:03:56 +08:00
Transform Fix Transform cmake (#111) 2020-05-07 00:11:04 +08: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