Commit Graph

5 Commits

Author SHA1 Message Date
Gheorghe-Teodor Bercea 1622b9f161
[NFC] Change ONNF based names to ONNX-MLIR (#32)
* Rename onnf to onnx-mlir.

* Change workspace name.
2020-03-17 09:16:33 -04:00
Tian Jin 6580b47e25 Exit Bash Script on Error (#381)
* Update p9.sh

* Update z13.sh

* Update p9.sh

* Update p9.sh

* enable LLVM
2019-12-21 00:50:30 -05:00
Tian Jin d01ac7732f [MLIR] compartmentalize build script (#369)
* compartmentalize build script, temporarily remove dependency of onnf_opt on helper.cpp

* fix test includes

* fix op directory include

* compiler -> op

* compiler test depends on boost system

* fix function name

* specify libcompiler dependencies

* let cmake take care of transitive dependencies

* remove unnecessary includes

* use ONNF_SRC_ROOT and ONNF_BIN_ROOT

* allow whole-archive linked libraries to be appended

* [MLIR] Support filecheck (#371)

* support lit+FileCheck

* add lit into build script

* format MLIR.cmake

* format cmake

* [MLIR] Remove input/output ops (#372)

* remove input/output ops

* get output tensor type from symbol table
2019-12-21 00:34:51 -05:00
Doru Bercea b5a35c9138 Update buildbot scripts. 2019-12-19 16:28:53 -05:00
Tian Jin f086948347 Mlir check in build script (#356)
* bug fixes

* better format

* check in build script on z13

* fix cmake syntax
2019-12-19 16:20:04 -05:00