[Mlir-commits] [mlir] [mlir] [XeGPU] Add XeGPU workgroup to subgroup pass (PR #139477)
Frank Schlimbach
llvmlistbot at llvm.org
Wed May 14 01:26:30 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
----------------
fschlimb wrote:
You might want to `CHECK-LABEL` each function to reduce the potential for mismatches.
https://github.com/llvm/llvm-project/pull/139477
More information about the Mlir-commits
mailing list