[Mlir-commits] [mlir] [MLIR][XeGPU] Recover temporary layout from Anchor Layout (PR #191947)
Jianhui Li
llvmlistbot at llvm.org
Mon Apr 20 11:47:47 PDT 2026
================
@@ -136,6 +136,11 @@ gpu.func @elementwise() {
%3 = arith.addf %0, %2
{layout_result_0 = #xegpu.layout<lane_layout = [1, 16], lane_data = [1, 1]>}
: vector<16x16xf32>
+ %cl3 = xegpu.convert_layout %3
----------------
Jianhui-Li wrote:
The original test needs an anchor layout.
https://github.com/llvm/llvm-project/pull/191947
More information about the Mlir-commits
mailing list