[Mlir-commits] [mlir] [MLIR][XeGPU] Allow some nd ops to have argument shapes mismatch for … (PR #120566)
Adam Siemieniuk
llvmlistbot at llvm.org
Tue Jan 14 06:45:12 PST 2025
adam-smnk wrote:
> That seems like an unnecessary demand because after SIMT we don't really need sg_map. Also what if some user wants to directly generate XeGPU SIMT?
Seems to me that `sg_map` is essentially required which, IMO, is fine on its own. We just need to clearly document and/or enforce it somehow such that users can easily figure out what to do.
https://github.com/llvm/llvm-project/pull/120566
More information about the Mlir-commits
mailing list