[Mlir-commits] [mlir] [MLIR][XeGPU] add xegpu.set_desc_layout transform op (PR #165615)
Jianhui Li
llvmlistbot at llvm.org
Tue Nov 4 20:48:24 PST 2025
Jianhui-Li wrote:
>sg_layout is required argument, sg_data and inst_data are optional.
Is it possible to make both sg_layout and sg_data as required arguments, and only inst_data optional? Just to simplify XeGPU's usage (to align with other usage).
https://github.com/llvm/llvm-project/pull/165615
More information about the Mlir-commits
mailing list