[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.
This commit is contained in:
Renato Golin
2024-11-18 09:27:51 +00:00
committed by GitHub
parent 0c04d43e80
commit 2b9edabe96

View File

@@ -1,5 +1,10 @@
# Linalg OpDSL
**_Warning: Linalg's OpDSL is currently being [deprecated](https://discourse.llvm.org/t/how-to-add-custom-linalg-named-ops-using-opdsl/83200/2),
with its operations slowly [being moved](https://github.com/llvm/llvm-project/pull/115319) into TableGen's ODS format.
Please refer to the [MLIR Restructuring discussion](https://discourse.llvm.org/t/rfc-mlir-project-charter-and-restructuring/82896)
for more in-depth information._**
Python based DSL for authoring Linalg op definitions and generating
`linalg.generic` IR based on them for samples.