[all-commits] [llvm/llvm-project] e0537d: [TOSA] Refactor TosaMakeBroadcastable pass
Tai Ly via All-commits
all-commits at lists.llvm.org
Wed May 24 14:56:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e0537d1ad4b9aa41928ecf7eff75d161f456059f
https://github.com/llvm/llvm-project/commit/e0537d1ad4b9aa41928ecf7eff75d161f456059f
Author: Tai Ly <tai.ly at arm.com>
Date: 2023-05-24 (Wed, 24 May 2023)
Changed paths:
M mlir/include/mlir/Dialect/Tosa/Utils/ConversionUtils.h
M mlir/lib/Dialect/Tosa/Transforms/TosaDecomposeDepthwise.cpp
M mlir/lib/Dialect/Tosa/Transforms/TosaDecomposeTransposeConv.cpp
M mlir/lib/Dialect/Tosa/Transforms/TosaMakeBroadcastable.cpp
M mlir/lib/Dialect/Tosa/Utils/ConversionUtils.cpp
M mlir/test/Dialect/Tosa/tosa-decompose-depthwise.mlir
M mlir/test/Dialect/Tosa/tosa-decompose-transpose-conv.mlir
Log Message:
-----------
[TOSA] Refactor TosaMakeBroadcastable pass
This refactors and exposes EqualizeRanks utility function
from within TosaMakeBroadcastable pass so it may be used to
reshape operator inputs to equal ranks.
Signed-off-by: Tai Ly <tai.ly at arm.com>
Differential Revision: https://reviews.llvm.org/D150283
More information about the All-commits
mailing list