[all-commits] [llvm/llvm-project] 22d05a: [Tosa] Add local_bound attribute (#73001)
Tai Ly via All-commits
all-commits at lists.llvm.org
Wed Nov 22 05:24:32 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 22d05acc9040acbddbdaf0922edf424ab183d056
https://github.com/llvm/llvm-project/commit/22d05acc9040acbddbdaf0922edf424ab183d056
Author: Tai Ly <tai.ly at arm.com>
Date: 2023-11-22 (Wed, 22 Nov 2023)
Changed paths:
M mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
M mlir/test/Dialect/Tosa/ops.mlir
Log Message:
-----------
[Tosa] Add local_bound attribute (#73001)
This adds an optional bool attribute, local_bound, with default false,
to following ops per TOSA spec 0.90:
CONV2D
CONV3D
DEPTHWISE_CONV2D
FFT2D
RFFT2D
TRANSPOSE_CONV2D
also added tests in ops.mlir to validate this attribute is optional
Signed-off-by: Tai Ly <tai.ly at arm.com>
More information about the All-commits
mailing list