You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR downgrades harmless duplicate cuDNN, cuBLAS, and cuFFT factory
registration logs from INFO to VLOG(1), fully silencing them during
normal usage.
Upstream already reduced these from ERROR to INFO, but they still create
unnecessary log noise when XLA and GPU backends initialize. Since the
duplicate registration is safe and expected this change preserves
visibility only for debugging sessions.
Co-inspired by ChatGPT during a deep dive into TensorFLow's logging
system.
Fixes: tensorflow#62075
0 commit comments