[Mlir-commits] [mlir] [mlir][xegpu] XeGPU distribution patterns for load_nd, store_nd, and create_nd_tdesc. (PR #119783)
Jianhui Li
llvmlistbot at llvm.org
Wed Feb 5 09:00:51 PST 2025
================
@@ -0,0 +1,79 @@
+// RUN: mlir-opt -test-xegpu-distribute -split-input-file %s | FileCheck %s
----------------
Jianhui-Li wrote:
How about change the file name to be xegpu-warp-distribute.cpp, to be more explicit? Since we also have a notion of "workgroup distribute".
https://github.com/llvm/llvm-project/pull/119783
More information about the Mlir-commits
mailing list