[all-commits] [llvm/llvm-project] 25bb61: [mlir][linalg][python] Add attribute support to th...
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Thu Jun 24 05:45:33 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 25bb61649085c0a6e66630bbffe7faa54cd67829
https://github.com/llvm/llvm-project/commit/25bb61649085c0a6e66630bbffe7faa54cd67829
Author: Tobias Gysi <gysit at google.com>
Date: 2021-06-24 (Thu, 24 Jun 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgNamedStructuredOps.yaml
M mlir/test/Dialect/Linalg/generalize-named-polymorphic-ops.mlir
M mlir/test/mlir-linalg-ods-gen/test-linalg-ods-yaml-gen.yaml
M mlir/test/python/dialects/linalg/opdsl/arguments.py
M mlir/test/python/dialects/linalg/opsrun.py
M mlir/tools/mlir-linalg-ods-gen/mlir-linalg-ods-yaml-gen.cpp
Log Message:
-----------
[mlir][linalg][python] Add attribute support to the YAML codegen.
Extend the yaml code generation to support the index attributes that https://reviews.llvm.org/D104711 added to the OpDSL.
Differential Revision: https://reviews.llvm.org/D104712
More information about the All-commits
mailing list