Skip to content

Commit 875e8b8

Browse files
committed
format
1 parent b42044b commit 875e8b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

torch_xla/csrc/runtime/pjrt_computation_client.cc

+1-2
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,7 @@ std::vector<ComputationClient::DataPtr> PjRtComputationClient::TransferToDevice(
275275
xla::PjRtClient::HostBufferSemantics::
276276
kImmutableUntilTransferCompletes,
277277
[tensor]() { /* frees tensor */ },
278-
*pjrt_device->default_memory_space(),
279-
nullptr)
278+
*pjrt_device->default_memory_space(), nullptr)
280279
.value());
281280

282281
ComputationClient::DataPtr data =

0 commit comments

Comments
 (0)