[mlir][linalg] Add missing op to match the generated file
authorNicolas Vasilache <nicolasvasilache@users.noreply.github.com>
Mon, 26 Jun 2023 19:43:58 +0000 (19:43 +0000)
committerNicolas Vasilache <nicolasvasilache@users.noreply.github.com>
Mon, 26 Jun 2023 19:55:18 +0000 (19:55 +0000)
commit9a592d82a0dae670e99b386d94342e421773a3ff
treedfc360e5d8403edf981c43325972d4a0f4ec17c9
parent237efe7eaa92f8cb1c9687b3b4e8a8cfb5db852a
[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@gmail.com>
mlir/include/mlir/Dialect/Linalg/IR/LinalgNamedStructuredOps.yaml
mlir/python/mlir/dialects/linalg/opdsl/ops/core_named_ops.py