mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
[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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user