Skip to content

[MLIR][XeGPU] Fix pass name in RUN command#199766

Merged
nbpatel merged 2 commits into
llvm:mainfrom
nbpatel:xegpu-fix-test
May 26, 2026
Merged

[MLIR][XeGPU] Fix pass name in RUN command#199766
nbpatel merged 2 commits into
llvm:mainfrom
nbpatel:xegpu-fix-test

Conversation

@nbpatel
Copy link
Copy Markdown
Contributor

@nbpatel nbpatel commented May 26, 2026

No description provided.

@llvmorg-github-actions
Copy link
Copy Markdown

llvmorg-github-actions Bot commented May 26, 2026

@llvm/pr-subscribers-mlir-gpu

@llvm/pr-subscribers-mlir

Author: Nishant Patel (nbpatel)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/199766.diff

1 Files Affected:

  • (modified) mlir/test/Integration/Dialect/XeGPU/WG/load_store_matrix.mlir (+1-1)
diff --git a/mlir/test/Integration/Dialect/XeGPU/WG/load_store_matrix.mlir b/mlir/test/Integration/Dialect/XeGPU/WG/load_store_matrix.mlir
index 598991c7401c6..9b71356cce9b8 100644
--- a/mlir/test/Integration/Dialect/XeGPU/WG/load_store_matrix.mlir
+++ b/mlir/test/Integration/Dialect/XeGPU/WG/load_store_matrix.mlir
@@ -1,4 +1,4 @@
-// RUN: mlir-opt %s --pass-pipeline="builtin.module(gpu.module(xegpu-wg-to-sg-distribute, xegpu-blocking, xegpu-sg-to-wi-distribute-experimental), xevm-attach-target{chip=pvc}, gpu.module(convert-xegpu-to-xevm))" \
+// RUN: mlir-opt %s --pass-pipeline="builtin.module(gpu.module(xegpu-wg-to-sg-distribute, xegpu-blocking, xegpu-sg-to-lane-distribute), xevm-attach-target{chip=pvc}, gpu.module(convert-xegpu-to-xevm))" \
 // RUN: | FileCheck %s
 
 #layout_1d = #xegpu.layout<sg_layout = [16], sg_data = [256], inst_data = [16], lane_layout = [16], lane_data = [1]>

@nbpatel nbpatel requested a review from Jianhui-Li May 26, 2026 21:17
@nbpatel nbpatel merged commit e42046a into llvm:main May 26, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants