File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ new_local_repository(
46
46
47
47
# To build PyTorch/XLA with a new revison of OpenXLA, update the xla_hash to
48
48
# 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 .
50
50
51
51
http_archive (
52
52
name = "xla" ,
Original file line number Diff line number Diff line change @@ -502,7 +502,7 @@ std::vector<ComputationClient::ComputationPtr> IfrtComputationClient::Compile(
502
502
torch_xla::ConvertHloToStableHlo (instance.computation .mutable_proto (),
503
503
&mlir_module);
504
504
std::shared_ptr<xla::ifrt::LoadedExecutable> executable =
505
- ConsumeValue (client_->GetDefaultCompiler ()->Compile (
505
+ ConsumeValue (client_->GetDefaultCompiler ()->CompileAndLoad (
506
506
std::make_unique<xla::ifrt::HloProgram>(mlir_module),
507
507
std::make_unique<xla::ifrt::XlaCompileOptions>(compile_options,
508
508
devices_list)));
You can’t perform that action at this time.
0 commit comments