Go to file
Tian Jin 780e6f0aa0 [MLIR] Krnl Dialect Definition (#357)
* a complete, roud-trippable Krnl dialect operation definition

* remove old dialect definition files, edit build files

* register dialect

* check in src for onnf_opt and dimension handler types

* re-trigger jenkins

* fix build

* clarify operation semantics

* add verifier for krnl.iterate

* refactor to make things clear

* do not hard code types

* nit and add comments

* fix rebase

* update op implementation

* fix merge

* update kernel dialect definition

* more comment on how to use the builder for krnl.iterate operation

* ammend the comment

* can parse krnl.iterate

* can parse and print if bounds are not SSA values

* address comments

* better error handling

* Update CMakeLists.txt

* update comment

* reflow comments
2019-12-20 11:37:09 -05:00
.buildbot Update buildbot scripts. 2019-12-19 16:28:53 -05:00
src [MLIR] Krnl Dialect Definition (#357) 2019-12-20 11:37:09 -05:00
third_party Enable building of first commit. 2019-12-19 14:24:37 -05:00
.gitignore Initial commit 2019-12-18 10:18:14 -05:00
.gitmodules Enable building of first commit. 2019-12-19 14:24:37 -05:00
CMakeLists.txt Use TableGen (#347) 2019-12-19 15:18:35 -05:00
LICENSE Initial commit 2019-12-18 10:18:14 -05:00
MLIR.cmake [MLIR] Add onnf-opt Support (#359) 2019-12-19 19:31:48 -05:00
README.md Initial commit 2019-12-18 10:18:14 -05:00

README.md

ONNF

Open Neural Network Frontend