Skip to content

Commit

Permalink
fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mdoijade committed Feb 16, 2024
1 parent 5384408 commit 0ab7a84
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -579,9 +579,7 @@ class PredicatedTileIteratorReducedVec {
thread_start_row_ += ThreadMap::Count::kGroup * ThreadMap::Shape::kGroup *
ThreadMap::Count::kRow * ThreadMap::Shape::kRow;

if (state_[2] == ThreadMap::Count::kCluster) {
state_[2] = 0;
}
if (state_[2] == ThreadMap::Count::kCluster) { state_[2] = 0; }
}
}
return *this;
Expand Down

0 comments on commit 0ab7a84

Please sign in to comment.