[Log] Use Debug Once for DeepGEMM E8M0 When not Enabled (#23858)

This commit is contained in:
Wentao Ye
2025-08-28 18:18:10 -04:00
committed by GitHub
parent cb293f6a79
commit d3d2aad5a2

View File

@ -36,7 +36,7 @@ def is_deep_gemm_e8m0_used() -> bool:
"E8M0 scale on a Hopper or Blackwell-class GPU.
"""
if not is_deep_gemm_supported():
logger.info_once(
logger.debug_once(
"DeepGEMM E8M0 disabled: DeepGEMM not supported on this system.")
return False