Skip to content

Commit

Permalink
#0: Added missing call to Finish()
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarwalTT committed Oct 23, 2024
1 parent 236c528 commit f8caa86
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1709,6 +1709,8 @@ TEST_F(RandomProgramFixture, TestLargeProgramInBetweenFiveSmallProgramsOnTensix)

EnqueueProgram(device_->command_queue(), program, false);
}

Finish(device_->command_queue());
}

} // namespace stress_tests

0 comments on commit f8caa86

Please sign in to comment.