Skip to content

Commit

Permalink
#0: Test
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-aho committed Jun 21, 2024
1 parent 6d45fa1 commit b7dfc81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/scripts/run_performance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ run_perf_models_cnn_javelin() {
local test_marker=$2

# Run tests
env WH_ARCH_YAML=wormhole_b0_80_arch_eth_dispatch.yaml pytest tests/device_perf_tests/stable_diffusion -m $test_marker
env WH_ARCH_YAML=wormhole_b0_80_arch_eth_dispatch.yaml TT_METAL_WATCHER=1 pytest tests/device_perf_tests/stable_diffusion -m $test_marker
#env WH_ARCH_YAML=wormhole_b0_80_arch_eth_dispatch.yaml pytest models/experimental/functional_unet/tests -m $test_marker

## Merge all the generated reports
Expand All @@ -60,7 +60,7 @@ run_perf_models_cnn_javelin() {
run_device_perf_models() {
local test_marker=$1

env pytest tests/device_perf_tests/stable_diffusion -m $test_marker
env TT_METAL_WATCHER=1 pytest tests/device_perf_tests/stable_diffusion -m $test_marker

if [ "$tt_arch" == "grayskull" ]; then
#TODO(MO): Until #6560 is fixed, GS device profiler test are grouped with
Expand Down
2 changes: 1 addition & 1 deletion tests/scripts/single_card/nightly/run_wh_b0_unstable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ fi

echo "Running unstable nightly tests for WH B0 only"

SLOW_MATMULS=1 WH_ARCH_YAML=wormhole_b0_80_arch_eth_dispatch.yaml env pytest tests/ttnn/integration_tests/stable_diffusion
SLOW_MATMULS=1 WH_ARCH_YAML=wormhole_b0_80_arch_eth_dispatch.yaml TT_METAL_WATCHER=1 env pytest tests/ttnn/integration_tests/stable_diffusion
2 changes: 1 addition & 1 deletion tests/scripts/t3000/run_t3000_model_perf_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ run_t3000_mixtral_tests() {

echo "LOG_METAL: Running run_t3000_mixtral_tests"

env pytest models/demos/t3000/mixtral8x7b/tests/test_mixtral_perf.py::test_mixtral_model_perf[wormhole_b0-True-2048-150-0.025] -m "model_perf_t3000"
env TT_METAL_WATCHER=1 pytest models/demos/t3000/mixtral8x7b/tests/test_mixtral_perf.py::test_mixtral_model_perf[wormhole_b0-True-2048-150-0.025] -m "model_perf_t3000"

# Record the end time
end_time=$(date +%s)
Expand Down

0 comments on commit b7dfc81

Please sign in to comment.