Skip to content

Commit

Permalink
#13394: add 2cq TG tests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aliuTT committed Oct 3, 2024
1 parent feb8d31 commit 94d0eb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/scripts/tg/run_tg_unit_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ run_tg_tests() {
./build/test/ttnn/galaxy_unit_tests_ttnn
TT_METAL_SLOW_DISPATCH_MODE=1 ./build/test/tt_metal/unit_tests_galaxy --gtest_filter="GalaxyFixture.*:TGFixture.*"
./build/test/tt_metal/unit_tests_galaxy --gtest_filter="GalaxyFixture.*:TGFixture.*"
TT_METAL_GTEST_NUM_HW_CQS=2 ./build/test/tt_metal/unit_tests_fast_dispatch_single_chip_multi_queue --gtest_filter="MultiCommandQueueMultiDeviceFixture.*"

}

main() {
Expand Down

0 comments on commit 94d0eb0

Please sign in to comment.