[Log] Use Debug Once for DeepGEMM E8M0 When not Enabled (#23858)
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user