Skip to content

Commit

Permalink
#0: Disable multi CQ randomized program
Browse files Browse the repository at this point in the history
  • Loading branch information
abhullar-tt committed Aug 2, 2024
1 parent 3862a80 commit e1c3896
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ std::pair<std::vector<uint32_t>, std::vector<uint32_t>> create_runtime_args(bool
namespace stress_tests {

TEST_F(MultiCommandQueueSingleDeviceFixture, TestRandomizedProgram) {
if (this->device_->arch() == tt::ARCH::BLACKHOLE) {
GTEST_SKIP(); // TODO (abhullar): Revisit because passes on some machines
}
uint32_t NUM_PROGRAMS = 100;
uint32_t MAX_LOOP = 100;
uint32_t page_size = 1024;
Expand Down

0 comments on commit e1c3896

Please sign in to comment.