From 6aaca15209d370d80ddcf4a32aec9461eab40cc9 Mon Sep 17 00:00:00 2001 From: jonb377 Date: Wed, 13 Dec 2023 16:20:43 -0800 Subject: [PATCH] Revert "Initialize compilation env hash" (#6147) --- torch_xla/csrc/runtime/pjrt_computation_client.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/torch_xla/csrc/runtime/pjrt_computation_client.cc b/torch_xla/csrc/runtime/pjrt_computation_client.cc index 14914b6b182f..187c2f35c7e1 100644 --- a/torch_xla/csrc/runtime/pjrt_computation_client.cc +++ b/torch_xla/csrc/runtime/pjrt_computation_client.cc @@ -244,7 +244,6 @@ PjRtComputationClient::PjRtComputationClient() { std::string device_str = PjRtDeviceToString(device); string_to_device_.emplace(device_str, device); } - comp_env_hash_ = hash_comp_env(client_, ordered_devices); auto tracked_devices = GetLocalDevices(); tracked_devices.emplace_back(spmd_device_str);