Skip to content

Commit 2b9edab

Browse files
authored
[docs] Add deprecation warning to OpDSL.md
As discussed in the forums, we're slowly moving ops away from OpDSL into TableGen. Adding a note to avoid people work on this area downstream.
1 parent 0c04d43 commit 2b9edab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mlir/docs/Dialects/Linalg/OpDSL.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Linalg OpDSL
22

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+
38
Python based DSL for authoring Linalg op definitions and generating
49
`linalg.generic` IR based on them for samples.
510

0 commit comments

Comments
 (0)