We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c04d43 commit 2b9edabCopy full SHA for 2b9edab
mlir/docs/Dialects/Linalg/OpDSL.md
@@ -1,5 +1,10 @@
1
# Linalg OpDSL
2
3
+**_Warning: Linalg's OpDSL is currently being [deprecated](https://discourse.llvm.org/t/how-to-add-custom-linalg-named-ops-using-opdsl/83200/2),
4
+with its operations slowly [being moved](https://github.com/llvm/llvm-project/pull/115319) into TableGen's ODS format.
5
+Please refer to the [MLIR Restructuring discussion](https://discourse.llvm.org/t/rfc-mlir-project-charter-and-restructuring/82896)
6
+for more in-depth information._**
7
+
8
Python based DSL for authoring Linalg op definitions and generating
9
`linalg.generic` IR based on them for samples.
10
0 commit comments