From 375e284e6aef68b81d58b116dff9e0970f64c5cd Mon Sep 17 00:00:00 2001 From: Lei Mao Date: Wed, 8 Jan 2025 20:46:59 -0800 Subject: [PATCH] Add Line Break (#2020) --- include/cute/atom/mma_atom.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cute/atom/mma_atom.hpp b/include/cute/atom/mma_atom.hpp index 7cb4fe3d..ee77df39 100644 --- a/include/cute/atom/mma_atom.hpp +++ b/include/cute/atom/mma_atom.hpp @@ -1070,7 +1070,7 @@ print_svg_mma(LayoutC const& C, ThrIDC const& TC, // (m,n) -> (tid,vid) and t } // footer - printf(""); + printf("\n"); } template