Skip to content

Commit

Permalink
#0: Re-enable targeting idle eth cores after downgrading BH CI FW
Browse files Browse the repository at this point in the history
  • Loading branch information
abhullar-tt committed Dec 3, 2024
1 parent 3cb7b4d commit 014faad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/scripts/run_cpp_unit_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [[ ! -z "$TT_METAL_SLOW_DISPATCH_MODE" ]]; then
else
TT_METAL_GTEST_NUM_HW_CQS=2 ./build/test/tt_metal/unit_tests_dispatch --gtest_filter=MultiCommandQueue*Fixture.*
# Enable this on BH after #14613
if [[ "$ARCH_NAME" == "wormhole_b0" ]]; then
if [[ "$ARCH_NAME" == "wormhole_b0" || "$ARCH_NAME" == "blackhole" ]]; then
TT_METAL_GTEST_ETH_DISPATCH=1 ./build/test/tt_metal/unit_tests_dispatch
fi
env python tests/scripts/run_tt_eager.py --dispatch-mode fast
Expand Down
2 changes: 1 addition & 1 deletion tt_metal/soc_descriptors/blackhole_140_arch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dram_address_offsets:

eth:
[
#1-1, 2-1, 3-1, 4-1, 5-1, 6-1, 7-1, 10-1, 11-1, 12-1, 13-1, 14-1, 15-1, 16-1,
1-1, 2-1, 3-1, 4-1, 5-1, 6-1, 7-1, 10-1, 11-1, 12-1, 13-1, 14-1, 15-1, 16-1,
]

functional_workers:
Expand Down

0 comments on commit 014faad

Please sign in to comment.