Unverified Commit d3d2aad5 authored by Wentao Ye's avatar Wentao Ye Committed by GitHub
Browse files

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

parent cb293f6a
...@@ -36,7 +36,7 @@ def is_deep_gemm_e8m0_used() -> bool: ...@@ -36,7 +36,7 @@ def is_deep_gemm_e8m0_used() -> bool:
"E8M0 scale on a Hopper or Blackwell-class GPU. "E8M0 scale on a Hopper or Blackwell-class GPU.
""" """
if not is_deep_gemm_supported(): if not is_deep_gemm_supported():
logger.info_once( logger.debug_once(
"DeepGEMM E8M0 disabled: DeepGEMM not supported on this system.") "DeepGEMM E8M0 disabled: DeepGEMM not supported on this system.")
return False return False
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment