[Mlir-commits] [mlir] [mlir] [XeGPU] Add XeGPU workgroup to subgroup pass (PR #139477)

Frank Schlimbach llvmlistbot at llvm.org
Wed May 14 01:27:35 PDT 2025


================
@@ -0,0 +1,66 @@
+// RUN: mlir-opt --xegpu-wg-to-sg -split-input-file %s | FileCheck %s
+
+gpu.module @test_round_robin_assignment {
+  // CHECK: test_create_nd_tdesc
+  // CHECK: %[[ARG_0:.*]]: memref<24x32xf32>
----------------
fschlimb wrote:

This should better `CHECK-SAME`. Also below.

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


More information about the Mlir-commits mailing list