mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
Change the log message in pxla.py
to be less confusing.
PiperOrigin-RevId: 635789016
This commit is contained in:
parent
3f1b059503
commit
4394bdc2ad
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user