Change the log message in pxla.py to be less confusing.

PiperOrigin-RevId: 635789016
This commit is contained in:
Dan Suh 2024-05-21 06:41:20 -07:00 committed by jax authors
parent 3f1b059503
commit 4394bdc2ad

View File

@ -1895,7 +1895,7 @@ def _cached_lowering_to_hlo(closed_jaxpr, api_name, fun_name, backend,
log_priority = logging.WARNING if config.log_compiles.value else logging.DEBUG
if logger.isEnabledFor(log_priority):
logger.log(log_priority,
"Compiling %s for with global shapes and types %s. "
"Compiling %s with global shapes and types %s. "
"Argument mapping: %s.",
fun_name, global_in_avals, in_shardings)