aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/gpu/hlo_schedule.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/compiler/xla/service/gpu/hlo_schedule.cc')
-rw-r--r--tensorflow/compiler/xla/service/gpu/hlo_schedule.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/compiler/xla/service/gpu/hlo_schedule.cc b/tensorflow/compiler/xla/service/gpu/hlo_schedule.cc
index 375709150e..19de37b0fb 100644
--- a/tensorflow/compiler/xla/service/gpu/hlo_schedule.cc
+++ b/tensorflow/compiler/xla/service/gpu/hlo_schedule.cc
@@ -100,7 +100,7 @@ GpuHloOrdering::GpuHloOrdering(
if (last_instruction_per_stream[stream_no] != nullptr) {
immediate_preds.push_back(last_instruction_per_stream[stream_no]);
}
- predecessor_map->SetReachabilityToUnion(immediate_preds, hlo);
+ predecessor_map->FastSetReachabilityToUnion(immediate_preds, hlo);
last_instruction_per_stream[stream_no] = hlo;
} else {
// Only parameters and constants don't have an assigned stream, since they