[all-commits] [llvm/llvm-project] a590ff: [mlir] regenerate linalg named ops yaml (#65475)
ftynse via All-commits
all-commits at lists.llvm.org
Wed Sep 20 09:53:42 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a590ff589c8dfe24560865dbb787bbfe2717ae88
https://github.com/llvm/llvm-project/commit/a590ff589c8dfe24560865dbb787bbfe2717ae88
Author: Oleksandr "Alex" Zinenko <zinenko at google.com>
Date: 2023-09-20 (Wed, 20 Sep 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] regenerate linalg named ops yaml (#65475)
The Linalg named ops specification went out of sync with the OpDSL
description, presumably due to direct manual modifications of the yaml
file.
Additionally, the unsigned division has been generating the signed
scalar instruction, which is now fixed.
More information about the All-commits
mailing list