Skip to content

Commit

Permalink
[XLA:SPMD] Add DUS to aggressiveness 0.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 624991974
  • Loading branch information
Tongfei-Guo authored and tensorflower-gardener committed Apr 15, 2024
1 parent e0adf54 commit e246f06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/xla/xla/service/sharding_propagation.cc
Expand Up @@ -714,6 +714,7 @@ bool CanPropagateThroughAtAggressiveLevel(const HloInstruction& inst,
inst.opcode() != HloOpcode::kGetTupleElement &&
inst.opcode() != HloOpcode::kWhile &&
inst.opcode() != HloOpcode::kDynamicSlice &&
inst.opcode() != HloOpcode::kDynamicUpdateSlice &&
inst.opcode() != HloOpcode::kOptimizationBarrier &&
inst.opcode() != HloOpcode::kConcatenate &&
inst.opcode() != HloOpcode::kCall && inst.opcode() != HloOpcode::kCopy) {
Expand Down

0 comments on commit e246f06

Please sign in to comment.