[all-commits] [llvm/llvm-project] bef966: tosa-make-broadcatable pass now supports numpy sty...
armkevincheng via All-commits
all-commits at lists.llvm.org
Wed Nov 10 11:49:20 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bef966eb376e0756af3a8d434acfc3b250f59257
https://github.com/llvm/llvm-project/commit/bef966eb376e0756af3a8d434acfc3b250f59257
Author: Kevin Cheng <kevin.cheng at arm.com>
Date: 2021-11-10 (Wed, 10 Nov 2021)
Changed paths:
M mlir/lib/Dialect/Tosa/Transforms/TosaMakeBroadcastable.cpp
M mlir/test/Dialect/Tosa/broadcast.mlir
Log Message:
-----------
tosa-make-broadcatable pass now supports numpy style broadcasting only.
- fix bug that in [c,1] + [a, b, c, d] broadcast
- add test [3,3,4,1] + [4,5]
Signed-off-by: Kevin Cheng <kevin.cheng at arm.com>
Change-Id: Iaed2f04df8775f655c82c740271395274163d147
Reviewed By: rsuderman
Differential Revision: https://reviews.llvm.org/D113596
More information about the All-commits
mailing list