Skip to content

Commit ff57e53

Browse files
authored
Update the OpenXLA pin (#9216)
Co-authored-by: Haifeng Jin <[email protected]>
1 parent 82e7ee8 commit ff57e53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ new_local_repository(
4646

4747
# To build PyTorch/XLA with a new revison of OpenXLA, update the xla_hash to
4848
# the openxla git commit hash and note the date of the commit.
49-
xla_hash = '37b580d0dd7b52e611430d33424159719e363ffc' # Committed on 2025/5/13.
49+
xla_hash = '30ebb24dd16a31b613623d9f2f513d31914cb6f7' # Committed on 2025/5/19.
5050

5151
http_archive(
5252
name = "xla",

torch_xla/csrc/runtime/ifrt_computation_client.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ std::vector<ComputationClient::ComputationPtr> IfrtComputationClient::Compile(
502502
torch_xla::ConvertHloToStableHlo(instance.computation.mutable_proto(),
503503
&mlir_module);
504504
std::shared_ptr<xla::ifrt::LoadedExecutable> executable =
505-
ConsumeValue(client_->GetDefaultCompiler()->Compile(
505+
ConsumeValue(client_->GetDefaultCompiler()->CompileAndLoad(
506506
std::make_unique<xla::ifrt::HloProgram>(mlir_module),
507507
std::make_unique<xla::ifrt::XlaCompileOptions>(compile_options,
508508
devices_list)));

0 commit comments

Comments
 (0)