[all-commits] [llvm/llvm-project] 381677: [tosa][mlir] Refactor tosa.reshape lowering to lin...
NatashaKnk via All-commits
all-commits at lists.llvm.org
Mon Nov 15 15:32:38 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 381677dfbfea0aeba6ee70eeb4d1441356fb916f
https://github.com/llvm/llvm-project/commit/381677dfbfea0aeba6ee70eeb4d1441356fb916f
Author: natashaknk <natashaknk at google.com>
Date: 2021-11-15 (Mon, 15 Nov 2021)
Changed paths:
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
Log Message:
-----------
[tosa][mlir] Refactor tosa.reshape lowering to linalg for dynamic cases.
Split tosa.reshape into three individual lowerings: collapse, expand and a
combination of both. Add simple dynamic shape support.
Reviewed By: rsuderman
Differential Revision: https://reviews.llvm.org/D113936
More information about the All-commits
mailing list