[Mlir-commits] [mlir] [MLIR][XeGPU][VectorToXeGPU] Fixed transposed transfer_read/write (PR #197281)
Jianhui Li
llvmlistbot at llvm.org
Wed Jul 1 07:44:49 PDT 2026
================
@@ -0,0 +1,46 @@
+// RUN: mlir-opt %s -convert-vector-to-xegpu -split-input-file | FileCheck %s
+
+// -----
+gpu.module @xevm_module {
----------------
Jianhui-Li wrote:
please combine this test to the existing test file: transfer-read-to-xegpu.mlir
https://github.com/llvm/llvm-project/pull/197281
More information about the Mlir-commits
mailing list