Skip to content

Commit

Permalink
revise comment
Browse files Browse the repository at this point in the history
  • Loading branch information
liqiangxl committed Nov 8, 2024
1 parent 4113ace commit 62d6072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csrc/scheduler/reduction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ std::unique_ptr<ReductionParams> inner2dReductionHeuristic(
debug() << rparams->toString() << std::endl;
}

// If 3d, check if it's supported by the scheduler, otherwise force 1D
// If 3d, check if it's supported by the scheduler, otherwise force 2D
// schedule
if (rparams->schedule_3D) {
if (rparams->multiple_reds_per_blk &&
Expand Down

0 comments on commit 62d6072

Please sign in to comment.