[Mlir-commits] [mlir] [MLIR][XeGPU] Distribute load_nd/store_nd/prefetch_nd with offsets from Wg to Sg (PR #153432)

Chao Chen llvmlistbot at llvm.org
Thu Aug 14 15:04:02 PDT 2025


================
@@ -296,6 +296,192 @@ struct WgToSgStoreNdOp : public OpConversionPattern<xegpu::StoreNdOp> {
   }
 };
 
+template <typename OpTy, typename AdaptorTy, typename CreateFn>
----------------
chencha3 wrote:

is it possible to enforce the function-type for CreateFn here? 

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


More information about the Mlir-commits mailing list