Skip to content

Commit

Permalink
Adjust grayskull targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavle Josipovic committed Dec 2, 2024
1 parent 064cd53 commit 047796d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/demos/vgg/tests/test_perf_vgg.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ def test_perf_device_bare_metal_vgg(batch_size, model_name):
margin = 0.03

if model_name == "ttnn_vgg11":
expected_perf = 168 if is_grayskull() else 356
expected_perf = 183 if is_grayskull() else 356
command = f"pytest tests/ttnn/integration_tests/vgg/test_ttnn_vgg11.py"
else:
expected_perf = 144 if is_grayskull() else 276
expected_perf = 165 if is_grayskull() else 276
command = f"pytest tests/ttnn/integration_tests/vgg/test_ttnn_vgg16.py"

cols = ["DEVICE FW", "DEVICE KERNEL", "DEVICE BRISC KERNEL"]
Expand Down

0 comments on commit 047796d

Please sign in to comment.