[all-commits] [llvm/llvm-project] 9a592d: [mlir][linalg] Add missing op to match the generat...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Mon Jun 26 12:55:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9a592d82a0dae670e99b386d94342e421773a3ff
https://github.com/llvm/llvm-project/commit/9a592d82a0dae670e99b386d94342e421773a3ff
Author: Nicolas Vasilache <nicolasvasilache at users.noreply.github.com>
Date: 2023-06-26 (Mon, 26 Jun 2023)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgNamedStructuredOps.yaml
M mlir/python/mlir/dialects/linalg/opdsl/ops/core_named_ops.py
Log Message:
-----------
[mlir][linalg] Add missing op to match the generated file
D141430 added the generated yaml file for (batch_)?matmul_transpose_b ops, but the source of truth core_named_ops.py was not updated.
This change fixes .py file to generate the same result as the yaml file.
Differential revision: https://reviews.llvm.org/D150059
Authored-by: kon72 <kinsei0916 at gmail.com>
More information about the All-commits
mailing list