From 7b0d71c54e5dfdcf96c40e17fd6aba9a5ab9aa98 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Sun, 21 Dec 2025 23:26:00 -0800 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 847625245 --- .../cpu/vectorized_reduce_with_no_vector_registers_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/xla/xla/service/cpu/vectorized_reduce_with_no_vector_registers_test.cc b/third_party/xla/xla/service/cpu/vectorized_reduce_with_no_vector_registers_test.cc index 23a21b04905..facd5747f00 100644 --- a/third_party/xla/xla/service/cpu/vectorized_reduce_with_no_vector_registers_test.cc +++ b/third_party/xla/xla/service/cpu/vectorized_reduce_with_no_vector_registers_test.cc @@ -119,7 +119,7 @@ ENTRY main { cpu::CpuAotCompilationOptions::RelocationModel::BigPic); TF_ASSERT_OK_AND_ASSIGN( - std::vector> aot_compilation_result, + std::vector> aot_compilation_result, cpu_compiler.CompileAheadOfTime(std::move(hlo_module), aot_compilation_options)); EXPECT_EQ(aot_compilation_result.size(), 1);