[Mlir-commits] [mlir] [mlir] Add DLTI transform ops section (PR #118153)
Malte Dehling
llvmlistbot at llvm.org
Fri Nov 29 21:05:07 PST 2024
https://github.com/mdehling created https://github.com/llvm/llvm-project/pull/118153
Adds missing _DLTI Transform Operations_ section to the transform dialect documentation.
>From 3411a69e4c165b431959804020e5da323984d76c Mon Sep 17 00:00:00 2001
From: Malte Dehling <m.dehling at samsung.com>
Date: Fri, 29 Nov 2024 20:58:20 -0800
Subject: [PATCH] [mlir] Add DLTI transform ops section
---
mlir/docs/Dialects/Transform.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/mlir/docs/Dialects/Transform.md b/mlir/docs/Dialects/Transform.md
index 37fcc0c8880335..5f79116dd00b55 100644
--- a/mlir/docs/Dialects/Transform.md
+++ b/mlir/docs/Dialects/Transform.md
@@ -427,6 +427,10 @@ ops rather than having the methods directly act on the payload IR.
[include "Dialects/DebugExtensionOps.md"]
+## DLTI Transform Operations
+
+[include "Dialects/DLTITransformOps.md"]
+
## IRDL (extension) Transform Operations
[include "Dialects/IRDLExtensionOps.md"]
More information about the Mlir-commits
mailing list