Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pytorch/xla into wcromar/ifrt-pro…
Browse files Browse the repository at this point in the history
…totype
  • Loading branch information
will-cromar committed Dec 14, 2023
2 parents 3d30c48 + 6aaca15 commit 3cec447
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 @@ -133,7 +133,6 @@ PjRtComputationClient::PjRtComputationClient() {
std::string device_str = PjRtDeviceToString(device);
string_to_device_.emplace(device_str, device);
}
comp_env_hash_ = hash_comp_env(client_.get(), ordered_devices);

auto tracked_devices = GetLocalDevices();
tracked_devices.emplace_back(spmd_device_str);
Expand Down

0 comments on commit 3cec447

Please sign in to comment.