[all-commits] [llvm/llvm-project] 815660: [mlir][tosa] Enable `apply_scale` unrolling
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Mon Feb 13 14:03:04 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 81566001e0c8b072fa9d39be7dac1c007889d937
https://github.com/llvm/llvm-project/commit/81566001e0c8b072fa9d39be7dac1c007889d937
Author: Jakub Kuderski <kubak at google.com>
Date: 2023-02-13 (Mon, 13 Feb 2023)
Changed paths:
M mlir/include/mlir/Dialect/Tosa/IR/TosaOps.h
M mlir/include/mlir/Dialect/Tosa/IR/TosaUtilOps.td
M mlir/lib/Dialect/Tosa/CMakeLists.txt
M mlir/lib/Dialect/Tosa/IR/TosaOps.cpp
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[mlir][tosa] Enable `apply_scale` unrolling
Make `tosa.apply_scale` implement `VectorUnrollOpInterface` so that we
can unroll it.
Reviewed By: rsuderman
Differential Revision: https://reviews.llvm.org/D143944
More information about the All-commits
mailing list