From f4e53263b14f1f9a1ccd29d32c02bb9266b850eb Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Sun, 21 Dec 2025 23:16:33 -0800 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 847622680 --- .../xla/xla/stream_executor/tpu/tpu_on_demand_compiler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/xla/xla/stream_executor/tpu/tpu_on_demand_compiler.cc b/third_party/xla/xla/stream_executor/tpu/tpu_on_demand_compiler.cc index d63966f0242..bc491734f96 100644 --- a/third_party/xla/xla/stream_executor/tpu/tpu_on_demand_compiler.cc +++ b/third_party/xla/xla/stream_executor/tpu/tpu_on_demand_compiler.cc @@ -179,7 +179,7 @@ class TpuCompiler : public Compiler { // Compiles the HLO module group for ahead-of-time execution. This is // intended for use in static compilation. - absl::StatusOr>> + absl::StatusOr>> CompileAheadOfTime(std::unique_ptr hlo_module, const AotCompilationOptions& options) override { return Unimplemented("This compiler does not support CompileAheadOfTime.");