From 59042da3e508fd4abf5bdd105c0588263c90c5b5 Mon Sep 17 00:00:00 2001 From: LinZhuoChen Date: Tue, 21 Apr 2026 22:11:44 +0800 Subject: [PATCH] update gct --- gct_profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gct_profile.py b/gct_profile.py index 9615145..0ce5d0a 100644 --- a/gct_profile.py +++ b/gct_profile.py @@ -224,7 +224,7 @@ def main(): 'at a small accuracy cost).') parser.add_argument('--backend', choices=['sdpa', 'flashinfer', 'both'], default='flashinfer') parser.add_argument('--dtype', choices=['bf16', 'fp32', 'both'], default='bf16') - parser.add_argument('--compile', action='store_true', default=False, + parser.add_argument('--compile', action='store_true', default=True, help='torch.compile hot modules (reduce-overhead) and drop point_head. ' 'Typically ~5 FPS faster at 518×378.') parser.add_argument('--fa3', action='store_true',