Skip to content

Commit

Permalink
Merge pull request #27205 from georgepaw:fix_replace_computations
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 241204232
  • Loading branch information
tensorflower-gardener committed Mar 31, 2019
2 parents 03feb93 + 29d4ca0 commit 4ac9871
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow/compiler/xla/service/hlo_module.cc
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ void HloModule::ReplaceComputations(
for (std::unique_ptr<HloComputation>& computation : computations_) {
for (auto* instruction : computation->instructions()) {
switch (instruction->opcode()) {
case HloOpcode::kAllReduce:
case HloOpcode::kCall:
case HloOpcode::kMap:
case HloOpcode::kReduce:
Expand Down

0 comments on commit 4ac9871

Please sign in to comment.