Skip to content

Commit 18ef214

Browse files
committed
save work
1 parent e1a920b commit 18ef214

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/lib/Dialect/XeGPU/Transforms/XeGPUSubgroupDistribute.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
/// ```
15331533
struct PrefetchNdDistribution final : public gpu::WarpDistributionPattern {

0 commit comments

Comments
 (0)