From 564bd2b35551b99ebe5a9c9cf9e323c57afda162 Mon Sep 17 00:00:00 2001 From: Junwhan Ahn Date: Fri, 3 Apr 2026 11:55:00 -0700 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 894185722 --- xla/python/ifrt_proxy/integration_tests/mock_array_test.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/xla/python/ifrt_proxy/integration_tests/mock_array_test.cc b/xla/python/ifrt_proxy/integration_tests/mock_array_test.cc index 62f1e7cad1601..c58b626e71e8c 100644 --- a/xla/python/ifrt_proxy/integration_tests/mock_array_test.cc +++ b/xla/python/ifrt_proxy/integration_tests/mock_array_test.cc @@ -116,6 +116,7 @@ class ProxyWithMockBackend { client_->MakeArrayFromHostBuffer( data->data(), dtype, shape, /*byte_strides=*/std::nullopt, sharding, + /*layout=*/nullptr, Client::HostBufferSemantics::kImmutableOnlyDuringCall, /*on_done_with_host_buffer=*/nullptr));