Skip to content

Commit

Permalink
Revert "Initialize compilation env hash" (#6147)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonb377 authored Dec 14, 2023
1 parent c4f8772 commit 6aaca15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion torch_xla/csrc/runtime/pjrt_computation_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6aaca15

Please sign in to comment.