From ca5f8a47526f01c07308502b12b7d397019a6a61 Mon Sep 17 00:00:00 2001 From: LeiWang1999 Date: Sun, 9 Feb 2025 15:27:50 +0000 Subject: [PATCH] Fix formatting by removing unnecessary line break in layout.h --- src/layout/layout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout/layout.h b/src/layout/layout.h index cd2745a..5636210 100644 --- a/src/layout/layout.h +++ b/src/layout/layout.h @@ -73,7 +73,7 @@ class FragmentNode : public LayoutNode { PrimExpr forward_thread, PrimExpr replicate_size); PrimExpr GetForwardThread() const { return forward_thread_; } - + Array GetForwardVars() const final; Layout Inverse() const final;