[Mlir-commits] [mlir] [MLIR][XeGPU] Add dpas and named barrier ops (PR #88973)

Chao Chen llvmlistbot at llvm.org
Fri Apr 19 11:21:35 PDT 2024


================
@@ -17,12 +17,14 @@ def XeGPU_Dialect : Dialect {
     let summary = "The XeGPU dialect that models Intel GPU's ISA";
     let description = [{
       The XeGPU dialect models Intel Xe ISA semantics but works at vector and
-      TensorDesc data type. It provides 1:1 mappings to match Xe instructions 
+      TensorDesc data type. It provides 1:1 mappings to match Xe instructions
       like DPAS and 2D block load. The matrix size being processed at this level
       exactly matches the hardware instructions or the intrinsic supported by
       the lower-level GPU compiler.
     }];
 
+    let dependentDialects = ["arith::ArithDialect"];
----------------
chencha3 wrote:

It is for `AtomicRMWKindAttr`, which is used in `XeGPU_AtomicRMWOp`. 

https://github.com/llvm/llvm-project/pull/88973


More information about the Mlir-commits mailing list