Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
will-cromar committed Dec 14, 2023
1 parent 723191f commit 9ebc616
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions torch_xla/csrc/runtime/pjrt_computation_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ xla::Shape host_output_shape(xla::PjRtBuffer* buffer) {
}

torch::lazy::hash_t hash_comp_env(
xla::PjRtClient* client,
std::vector<xla::PjRtDevice*>& ordered_devices) {
xla::PjRtClient* client, std::vector<xla::PjRtDevice*>& ordered_devices) {
torch::lazy::hash_t hash = hash::HashXlaEnvVars();
auto topology_desc = client->GetTopologyDescription();
if (topology_desc.ok()) {
Expand Down

0 comments on commit 9ebc616

Please sign in to comment.