[all-commits] [llvm/llvm-project] 335d2d: [mlir][Python][Linalg] Add missing attributes to l...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Thu Apr 1 01:21:12 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 335d2df5335f95d49c864ecdba4fd5731c7c3e89
https://github.com/llvm/llvm-project/commit/335d2df5335f95d49c864ecdba4fd5731c7c3e89
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2021-04-01 (Thu, 01 Apr 2021)
Changed paths:
M mlir/include/mlir-c/AffineMap.h
M mlir/include/mlir/IR/AffineMap.h
M mlir/lib/Bindings/Python/IRAffine.cpp
M mlir/lib/Bindings/Python/mlir/dialects/linalg/opdsl/lang/emitter.py
M mlir/lib/CAPI/IR/AffineMap.cpp
M mlir/lib/IR/AffineMap.cpp
M mlir/test/Bindings/Python/dialects/linalg/opdsl/emit_structured_generic.py
M mlir/test/Bindings/Python/dialects/linalg/ops.py
A mlir/test/Bindings/Python/dialects/linalg/opsrun.py
Log Message:
-----------
[mlir][Python][Linalg] Add missing attributes to linalg ops
This revision tightens up the handling of attributes for both named
and generic linalg ops.
To demonstrate the IR validity, a working e2e Linalg example is added.
Differential Revision: https://reviews.llvm.org/D99430
More information about the All-commits
mailing list