From 771febad42b4712043fded6ebdbfc8b50820fa72 Mon Sep 17 00:00:00 2001 From: Johannes Reifferscheid Date: Wed, 5 Mar 2025 15:39:12 +0100 Subject: [PATCH] Fix for_all_thunks_test. --- xla/backends/gpu/runtime/for_all_thunks_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xla/backends/gpu/runtime/for_all_thunks_test.cc b/xla/backends/gpu/runtime/for_all_thunks_test.cc index a3881b6305764..777634369c385 100644 --- a/xla/backends/gpu/runtime/for_all_thunks_test.cc +++ b/xla/backends/gpu/runtime/for_all_thunks_test.cc @@ -126,7 +126,7 @@ TEST(ForAllThunksTest, WhileThunk) { body_thunk_sequence.push_back(std::move(body_thunk)); WhileThunk while_thunk( - Thunk::ThunkInfo(), BufferAllocation::Slice(), + Thunk::ThunkInfo(), /*loop=*/nullptr, BufferAllocation::Slice(), std::make_unique(Thunk::ThunkInfo(), std::move(condition_thunk_sequence)), std::make_unique(Thunk::ThunkInfo(),