[all-commits] [llvm/llvm-project] b45476: [mlir][tosa] Do not fold transpose with quantized ...
Lei Zhang via All-commits
all-commits at lists.llvm.org
Fri Sep 24 14:02:56 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b45476c94ce8ea94e2ad4d93ceda00eb4078e682
https://github.com/llvm/llvm-project/commit/b45476c94ce8ea94e2ad4d93ceda00eb4078e682
Author: Lei Zhang <antiagainst at google.com>
Date: 2021-09-24 (Fri, 24 Sep 2021)
Changed paths:
M mlir/lib/Dialect/Tosa/IR/TosaOps.cpp
M mlir/test/Dialect/Tosa/canonicalize.mlir
Log Message:
-----------
[mlir][tosa] Do not fold transpose with quantized types
For such cases, the type of the constant DenseElementsAttr is
different from the transpose op return type.
Reviewed By: rsuderman
Differential Revision: https://reviews.llvm.org/D110446
More information about the All-commits
mailing list