[Mlir-commits] [mlir] 2b9edab - [docs] Add deprecation warning to OpDSL.md

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Nov 18 01:27:56 PST 2024


Author: Renato Golin
Date: 2024-11-18T09:27:51Z
New Revision: 2b9edabe969e2f59f067ed7d49e2b0eca5411113

URL: https://github.com/llvm/llvm-project/commit/2b9edabe969e2f59f067ed7d49e2b0eca5411113
DIFF: https://github.com/llvm/llvm-project/commit/2b9edabe969e2f59f067ed7d49e2b0eca5411113.diff

LOG: [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.

Added: 
    

Modified: 
    mlir/docs/Dialects/Linalg/OpDSL.md

Removed: 
    


################################################################################
diff  --git a/mlir/docs/Dialects/Linalg/OpDSL.md b/mlir/docs/Dialects/Linalg/OpDSL.md
index 3292130abb69ea..b892bbe427a183 100644
--- a/mlir/docs/Dialects/Linalg/OpDSL.md
+++ b/mlir/docs/Dialects/Linalg/OpDSL.md
@@ -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.
 


        


More information about the Mlir-commits mailing list