[Mlir-commits] [mlir] [mlir][xegpu] XeGPU distribution patterns for load_nd, store_nd, and create_nd_tdesc. (PR #119783)

Adam Siemieniuk llvmlistbot at llvm.org
Thu Feb 6 09:29:42 PST 2025


================
@@ -0,0 +1,79 @@
+// RUN: mlir-opt -test-xegpu-subgroup-distribute -split-input-file %s | FileCheck %s
+
+#sg_map_16 = #xegpu.sg_map<wi_layout = [1, 16], wi_data = [1, 1]>
----------------
adam-smnk wrote:

Just a sanity check, does the distribution work fine with `wi_data` different than 1?

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


More information about the Mlir-commits mailing list