|
LOG(WARNING) << "GSPMD sharding propagation is going to be deprecated and " |
|
"not supported in the future. Please consider migrating to " |
|
"Shardy (https://openxla.org/shardy). For reference, Shardy " |
|
"is already the default partitioner in JAX."; |
The above code should probably just log once but does not which bloats logs a lot. There is no way to suppress this warning. Can this be made log once?
xla/xla/service/sharding_propagation.cc
Lines 3127 to 3130 in 8f5b977
The above code should probably just log once but does not which bloats logs a lot. There is no way to suppress this warning. Can this be made log once?