[Mlir-commits] [mlir] [MLIR][XeGPU] Adding XeGPU 2d block operators (PR #84692)
Mehdi Amini
llvmlistbot at llvm.org
Wed Mar 13 20:30:07 PDT 2024
================
@@ -23,4 +26,227 @@ class XeGPU_Op<string mnemonic, list<Trait> traits = []>:
Op<XeGPU_Dialect, mnemonic, traits>;
+def XeGPU_CreateNdDescOp: XeGPU_Op<"create_nd_tdesc", [Pure, ViewLikeOpInterface,
+ AttrSizedOperandSegments, OffsetSizeAndStrideOpInterface]> {
+
+ let summary = "create nd tensor descriptor operation";
----------------
joker-eph wrote:
```suggestion
let summary = "Create nd-tensor descriptor operation";
```
https://github.com/llvm/llvm-project/pull/84692
More information about the Mlir-commits
mailing list