From 9ebc616500760e2bc3869029c764e25bc9151ee6 Mon Sep 17 00:00:00 2001 From: Will Cromar Date: Wed, 13 Dec 2023 23:05:17 +0000 Subject: [PATCH] format --- torch_xla/csrc/runtime/pjrt_computation_client.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/torch_xla/csrc/runtime/pjrt_computation_client.cc b/torch_xla/csrc/runtime/pjrt_computation_client.cc index d3fd7f3ce8a..1ca27518282 100644 --- a/torch_xla/csrc/runtime/pjrt_computation_client.cc +++ b/torch_xla/csrc/runtime/pjrt_computation_client.cc @@ -62,8 +62,7 @@ xla::Shape host_output_shape(xla::PjRtBuffer* buffer) { } torch::lazy::hash_t hash_comp_env( - xla::PjRtClient* client, - std::vector& ordered_devices) { + xla::PjRtClient* client, std::vector& ordered_devices) { torch::lazy::hash_t hash = hash::HashXlaEnvVars(); auto topology_desc = client->GetTopologyDescription(); if (topology_desc.ok()) {