[all-commits] [llvm/llvm-project] 0600bb: [mlir][tosa] Elementwise operation dynamic shape s...
rsuderman via All-commits
all-commits at lists.llvm.org
Thu Aug 26 11:20:24 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0600bb4d186799b55ac182484be23553407c3559
https://github.com/llvm/llvm-project/commit/0600bb4d186799b55ac182484be23553407c3559
Author: Rob Suderman <rob.suderman at gmail.com>
Date: 2021-08-26 (Thu, 26 Aug 2021)
Changed paths:
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
Log Message:
-----------
[mlir][tosa] Elementwise operation dynamic shape support
Added dynamic shape support for elementwise operations. This assumes equal
sizes (broadcasting 1-length dynamic is problematic).
Reviewed By: NatashaKnk
Differential Revision: https://reviews.llvm.org/D108730
More information about the All-commits
mailing list