Skip to content

Commit

Permalink
Fix formatting by removing unnecessary line break in layout.h
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiWang1999 committed Feb 9, 2025
1 parent bf1fdf7 commit ca5f8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/layout.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class FragmentNode : public LayoutNode {
PrimExpr forward_thread, PrimExpr replicate_size);

PrimExpr GetForwardThread() const { return forward_thread_; }

Array<PrimExpr> GetForwardVars() const final;

Layout Inverse() const final;
Expand Down

0 comments on commit ca5f8a4

Please sign in to comment.