diff --git a/xla/service/hlo_module_config.cc b/xla/service/hlo_module_config.cc index 85a483238dcef..b2204e7d65693 100644 --- a/xla/service/hlo_module_config.cc +++ b/xla/service/hlo_module_config.cc @@ -73,7 +73,6 @@ std::string HloModuleConfig::compilation_cache_key() const { entry_computation_layout_->result_shape().SerializeAsString()); } if (seed() != 0) { - // TODO(b/32083678): force recompilation to reset global state. static std::atomic counter{0}; StrAppend(&key, "forcing recompile ", counter++); }