[all-commits] [llvm/llvm-project] 6bf0f6: [mlir][tosa] Add quantized lowering for matmul and...
rsuderman via All-commits
all-commits at lists.llvm.org
Tue Jul 20 13:00:44 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6bf0f6a4f7d976a54ff59de4ef1c543ad2df9ff0
https://github.com/llvm/llvm-project/commit/6bf0f6a4f7d976a54ff59de4ef1c543ad2df9ff0
Author: Rob Suderman <rob.suderman at gmail.com>
Date: 2021-07-20 (Tue, 20 Jul 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgNamedStructuredOps.yaml
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
M mlir/python/mlir/dialects/linalg/opdsl/ops/core_named_ops.py
M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
Log Message:
-----------
[mlir][tosa] Add quantized lowering for matmul and fully_connected
Added the named op variants for quantized matmul and quantized batch matmul
with the necessary lowerings/tests from tosa's matmul/fully connected ops.
Current version does not use the contraction op interface as its verifiers
are not compatible with scalar operations.
Differential Revision: https://reviews.llvm.org/D105063
More information about the All-commits
mailing list