Skip to content

Commit

Permalink
Fix for_all_thunks_test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jreiffers committed Mar 5, 2025
1 parent 220f94b commit 771feba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xla/backends/gpu/runtime/for_all_thunks_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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<SequentialThunk>(Thunk::ThunkInfo(),
std::move(condition_thunk_sequence)),
std::make_unique<SequentialThunk>(Thunk::ThunkInfo(),
Expand Down

0 comments on commit 771feba

Please sign in to comment.