Skip to content

Commit

Permalink
Match the braces in tile() schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
antonysigma committed Nov 6, 2023
1 parent eb37a58 commit 1c34d3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/autoschedulers/mullapudi2016/AutoSchedule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1005,8 +1005,8 @@ class GPUTileHelper {
oss << "tile({"
<< x.v.name() << ", "
<< y.v.name() << ", "
<< z.v.name() << "}, " //
<< x.outer.name() << "}, {"
<< z.v.name() << "}, {" //
<< x.outer.name() << ", "
<< y.outer.name() << ", "
<< z.outer.name() << "}, {" //
<< x.inner.name() << ", "
Expand Down

0 comments on commit 1c34d3b

Please sign in to comment.