From 46409101c17d37ee54e5c1d7ff9b76cb81805678 Mon Sep 17 00:00:00 2001 From: xla authors Date: Sat, 19 Oct 2024 18:15:55 -0700 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 687716760 --- xla/service/memory_space_assignment/algorithm.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xla/service/memory_space_assignment/algorithm.cc b/xla/service/memory_space_assignment/algorithm.cc index e388b0333c5c0..7f192be45216f 100644 --- a/xla/service/memory_space_assignment/algorithm.cc +++ b/xla/service/memory_space_assignment/algorithm.cc @@ -2687,7 +2687,7 @@ MsaAlgorithm::AllocationRequest MsaAlgorithm::CreateAllocationRequest( // TODO(mehrdadk): Remove this code once we have a better way to find // repeated instructions. - if (false) { + if (/* DISABLES CODE */ (false)) { const std::vector* repeated_insts = GetRepeatedInstructionList(hlo_use.instruction); if (repeated_insts) {