Split out HloAllReduceInstruction as a subclass of HloInstruction.
HloAllReduceInstruction can't subclass HloSendRecvInstruction because channel_id was optional in all reduce. So add 'all_reduce_id' instead. PiperOrigin-RevId: 200653920
Loading
Please sign in to comment