[Mlir-commits] [mlir] [MLIR] Fix issues with XeGPU to XeVM pass. (PR #155946)

Charitha Saumya llvmlistbot at llvm.org
Thu Aug 28 16:37:44 PDT 2025


================
@@ -259,23 +259,23 @@ class UpdateNdOffsetToXeVMPattern
     // Only 2D offsets are supported for now.
     if (mixedOffsets.size() != 2)
       return rewriter.notifyMatchFailure(op, "Expected 2D offsets.");
-    auto tdesc = adaptor.getTensorDesc();
+    auto payload = adaptor.getTensorDesc();
----------------
charithaintc wrote:

nit: spell the type name. 

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


More information about the Mlir-commits mailing list