Skip to content

Commit

Permalink
[Upkeep][XLA-Code-Health] Resolve the following technical debt issue:…
Browse files Browse the repository at this point in the history
… Todo(resolved)

PiperOrigin-RevId: 698230798
  • Loading branch information
Varcho authored and Google-ML-Automation committed Nov 20, 2024
1 parent 7bbb4ac commit 229e8fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xla/service/hlo_module_config.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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<int> counter{0};
StrAppend(&key, "forcing recompile ", counter++);
}
Expand Down

0 comments on commit 229e8fb

Please sign in to comment.