Go to file
TUNG LEDUC 06a968d4a1 [MLIR] Add broadcasting support for element wise operations (#398)
* Add broadcasting support for elementwise operations

* Remove MLIRDialect from MLIRWholeArchiveLibs

* Rewrite getLoopIVsForBroadcasting

* Compute dimensions for allocating result memory

* Compute dimensions for allocating result memory (revised)

* Use static dimension for element-wise operation testcases

* Add a test for addition with broadcasting

* Missed Traits.h when merging

* Revise

* Update SharedWork.md

* Broadcasting for variadic operations

* Edit comments

* Update SharedWork.md

* Reorganize the code

* Add CHECK-LABEL for test_add_with_broadcasting
2019-12-21 02:08:27 -05:00
.buildbot Exit Bash Script on Error (#381) 2019-12-21 00:50:30 -05:00
src [MLIR] Add broadcasting support for element wise operations (#398) 2019-12-21 02:08:27 -05:00
test [MLIR] Add broadcasting support for element wise operations (#398) 2019-12-21 02:08:27 -05:00
third_party Enable building of first commit. 2019-12-19 14:24:37 -05:00
.clang-format clean up 2019-12-21 02:07:24 -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 [MLIR] Refactor Krnl Dialect and Krnl Dialect Lowering (#375) 2019-12-21 01:34:14 -05:00
LICENSE Initial commit 2019-12-18 10:18:14 -05:00
MLIR.cmake [MLIR] Add broadcasting support for element wise operations (#398) 2019-12-21 02:08:27 -05:00
README.md Initial commit 2019-12-18 10:18:14 -05:00
SharingWork.md [MLIR] Add broadcasting support for element wise operations (#398) 2019-12-21 02:08:27 -05:00

README.md

ONNF

Open Neural Network Frontend