Skip to content

Commit

Permalink
#0: Bump E2E perf threshold for host bound WH Resnet variants
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-aho committed Jan 8, 2025
1 parent 8db1b3d commit 76b29a0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@pytest.mark.parametrize("device_params", [{"l1_small_size": 24576}], indirect=True)
@pytest.mark.parametrize(
"batch_size, expected_inference_time, expected_compile_time",
((16, 0.0080, 30),),
((16, 0.0087, 30),),
)
def test_perf(
device,
Expand Down Expand Up @@ -73,7 +73,7 @@ def test_perf_trace(
@pytest.mark.parametrize("device_params", [{"l1_small_size": 32768, "num_command_queues": 2}], indirect=True)
@pytest.mark.parametrize(
"batch_size, expected_inference_time, expected_compile_time",
((16, 0.0080, 30),),
((16, 0.0087, 30),),
)
def test_perf_2cqs(
device,
Expand Down

0 comments on commit 76b29a0

Please sign in to comment.