[all-commits] [llvm/llvm-project] 860d38: [mlir][tosa] Add lowering for tosa.pad with explic...
rsuderman via All-commits
all-commits at lists.llvm.org
Wed Nov 10 14:23:02 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 860d3811a9b2f3df0ac093d87832056fd7a19b87
https://github.com/llvm/llvm-project/commit/860d3811a9b2f3df0ac093d87832056fd7a19b87
Author: Rob Suderman <rob.suderman at gmail.com>
Date: 2021-11-10 (Wed, 10 Nov 2021)
Changed paths:
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
Log Message:
-----------
[mlir][tosa] Add lowering for tosa.pad with explicit value
New TOSA pad operation can support explicitly specifying the pad value. Added
lowering to linalg that uses the explicit value.
Differential Revision: https://reviews.llvm.org/D113515
More information about the All-commits
mailing list