Reed
Reed
Currently, we [regenerate random labels](https://github.com/tensorflow/benchmarks/blob/bbf7790ba3e44561e6ec7544ed10fe161ed1aea4/scripts/tf_cnn_benchmarks/benchmark_cnn.py#L1810) every step. Instead, we should store the labels in a local variable initialized with `tf.random_uniform`, so we don't have to call `tf.random_uniform` every step. Calling...
| Status | Proposed | :-------------- |:---------------------------------------------------- | | **RFC #** | [434](https://github.com/tensorflow/community/pull/434) | | **Author(s)** | Reed Wanderman-Milne ([email protected]), Jonathan Dekhtiar ([email protected]) | | **Sponsor** | Rohan Jain ([email protected])...
XLA PR https://github.com/openxla/xla/pull/11422 removed some XLA flags relating to async collectives. This caused the A3 configs to fail to run, so this change removes such flags from the A3 configs....