[all-commits] [llvm/llvm-project] 0e083c: [mlir][tosa] Update tosa.matmul lowering to linalg...
rsuderman via All-commits
all-commits at lists.llvm.org
Wed Jun 9 11:12:38 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0e083cef7003ba822be9b5dccbb01f9bfbb9dd34
https://github.com/llvm/llvm-project/commit/0e083cef7003ba822be9b5dccbb01f9bfbb9dd34
Author: Rob Suderman <rob.suderman at gmail.com>
Date: 2021-06-09 (Wed, 09 Jun 2021)
Changed paths:
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
Log Message:
-----------
[mlir][tosa] Update tosa.matmul lowering to linalg.batch_matmul
tosa.matmul is a batched matmul, update the lowering for linalg
with the tests.
Reviewed By: sjarus
Differential Revision: https://reviews.llvm.org/D103937
More information about the All-commits
mailing list