File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
mlir/lib/Dialect/XeGPU/Transforms Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1521,13 +1521,13 @@ struct UpdateNdOffsetDistribution final : public gpu::WarpDistributionPattern {
15211521// / ```
15221522// / To
15231523// / ```
1524- // / %r:2 = gpu.warp_execute_on_lane_0(%laneid) -> (
1524+ // / %r:1 = gpu.warp_execute_on_lane_0(%laneid) -> (
15251525// / !xegpu.tensor_desc<4x8xf32, #layout0>) {
15261526// / gpu.yield %arg0: !xegpu.tensor_desc<4x8xf32, #layout0>
15271527// / }
15281528// / %1 = unrealized_conversion_cast %r#0: !xegpu.tensor_desc<4x8xf32,
15291529// / #layout0> -> !xegpu.tensor_desc<4x8xf32>
1530- // / xegpu.prefetch_nd %0 : !xegpu.tensor_desc<4x8xf32>
1530+ // / xegpu.prefetch_nd %1 : !xegpu.tensor_desc<4x8xf32>
15311531// /
15321532// / ```
15331533struct PrefetchNdDistribution final : public gpu::WarpDistributionPattern {
You can’t perform that action at this time.
0 commit comments