[Mlir-commits] [mlir] [MLIR][XeGPU] Allow some nd ops to have argument shapes mismatch for … (PR #120566)

Chao Chen llvmlistbot at llvm.org
Wed Jan 15 07:57:29 PST 2025


================
@@ -210,13 +236,13 @@ LogicalResult PrefetchNdOp::verify() {
     return emitOpError("Expects a non-scattered TensorDesc.\n");
 
   if (!isReadHintOrNone(getL1HintAttr()))
-    return emitOpError("invlid l1_hint: ") << getL1HintAttr();
+    return emitOpError("invalid l1_hint: ") << getL1HintAttr();
 
----------------
chencha3 wrote:

Thanks for fixing these typos. 

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


More information about the Mlir-commits mailing list