Skip to content

Commit 00f3f2e

Browse files
Yuchen Haofacebook-github-bot
authored andcommitted
Reduce import logging (#4944)
Summary: Pull Request resolved: #4944 X-link: facebookresearch/FBGEMM#1964 This is in all training launches and jobs. ``` INFO:fbgemm_gpu.experimental.gemm.triton_gemm.fp8_gemm:all configs #: 12000 ``` Reviewed By: jianyuh Differential Revision: D83425587 fbshipit-source-id: 97d58e2352d210c71d7a788fe326756f69eafd45
1 parent 4eb192b commit 00f3f2e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fbgemm_gpu/experimental/gemm/triton_gemm/fp8_gemm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3814,7 +3814,6 @@ def get_full_non_persistent_tuning_space():
38143814
num_stages=num_stages,
38153815
)
38163816
)
3817-
logger.info(f"all configs #: {len(configs)}")
38183817
return configs
38193818

38203819

0 commit comments

Comments
 (0)