Modify PadInsertion pass so that it matches other passes.
Currently, PadInsertion only iterates over the instructions in the entry_computation. Other passes iterate over MakeNonfusionComputations. When we run on HloSnapshots derived from TPU benchmarks, this makes a difference, because it seems none of the convolutions are inside the entry computation. PiperOrigin-RevId: 197145067
Loading
Please sign in to comment