Skip to content

Commit

Permalink
[ROCm] Remove IsEmpty check for execution_order introduced in c3d5769
Browse files Browse the repository at this point in the history
  • Loading branch information
hsharsha committed Oct 30, 2024
1 parent 6bbbd59 commit 1b61efe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion xla/stream_executor/cuda/cuda_stream_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ TEST_F(CudaStreamTest, WaitForOtherStream) {
}),
IsOk());

EXPECT_THAT(execution_order, IsEmpty());
EXPECT_THAT(stream1->RecordEvent(&event), IsOk());
EXPECT_THAT(stream2->BlockHostUntilDone(), IsOk());
EXPECT_THAT(execution_order,
Expand Down
1 change: 0 additions & 1 deletion xla/stream_executor/rocm/rocm_stream_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ TEST_F(RocmStreamTest, WaitForOtherStream) {
}),
IsOk());

EXPECT_THAT(execution_order, IsEmpty());
EXPECT_THAT(stream1->RecordEvent(&event), IsOk());
EXPECT_THAT(stream2->BlockHostUntilDone(), IsOk());
EXPECT_THAT(execution_order,
Expand Down

0 comments on commit 1b61efe

Please sign in to comment.