[all-commits] [llvm/llvm-project] 4f38f0: [mlir][tosa] Add i32 to supported quantized type
rsuderman via All-commits
all-commits at lists.llvm.org
Tue Sep 28 15:05:45 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4f38f0640dd727740cd027f9b178fb9f5ca0406f
https://github.com/llvm/llvm-project/commit/4f38f0640dd727740cd027f9b178fb9f5ca0406f
Author: Rob Suderman <rob.suderman at gmail.com>
Date: 2021-09-28 (Tue, 28 Sep 2021)
Changed paths:
M mlir/include/mlir/Dialect/Tosa/IR/TosaTypesBase.td
Log Message:
-----------
[mlir][tosa] Add i32 to supported quantized type
Quantized int type should include I32 types as its the output of a quantizd
convolution or matmul operation.
Reviewed By: NatashaKnk
Differential Revision: https://reviews.llvm.org/D110651
More information about the All-commits
mailing list