[all-commits] [llvm/llvm-project] d94ee7: [mlir][TOSA]Add optional attributes to TOSA custom op
Eric Kunze via All-commits
all-commits at lists.llvm.org
Tue Nov 1 15:23:16 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d94ee70f4f01e4d9eec49e02eff57a5655618401
https://github.com/llvm/llvm-project/commit/d94ee70f4f01e4d9eec49e02eff57a5655618401
Author: Eric Kunze <eric.kunze at arm.com>
Date: 2022-11-01 (Tue, 01 Nov 2022)
Changed paths:
M mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
M mlir/test/Dialect/Tosa/ops.mlir
Log Message:
-----------
[mlir][TOSA]Add optional attributes to TOSA custom op
The implementation_attrs attr allows passing of backend specific
attributes to TOSA custom ops.
Also adds a config option to avoid namespace collisions on the
identifier.
Reviewed By: rsuderman
Differential Revision: https://reviews.llvm.org/D137133
More information about the All-commits
mailing list