[TF:XLA:CPU] Fix an issue with explicitly vectorized reductions
The explicitly vectorized reduction kernel assumes that the input and the output layouts are "same" (not identical which is not possible, but have the same ordering of the un-reduced dimensions). This change makes IrEmitter check this precondition. PiperOrigin-RevId: 183158249
Loading
Please sign in to comment