Skip to content

Commit

Permalink
#0: Update resnet device perf targets
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-aho committed Jan 12, 2024
1 parent 2e9c52a commit c5c1390
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions models/demos/resnet/tests/test_perf_device_resnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
@pytest.mark.parametrize(
"batch_size, test, expected_perf",
[
[8, "HiFi4-activations_BFLOAT16-weights_BFLOAT16-batch_8", 2600],
[16, "HiFi2-activations_BFLOAT8_B-weights_BFLOAT8_B-batch_16", 5010],
[20, "HiFi2-activations_BFLOAT8_B-weights_BFLOAT8_B-batch_20", 5400],
[8, "LoFi-activations_BFLOAT8_B-weights_BFLOAT8_B-batch_8", 3930],
[16, "LoFi-activations_BFLOAT8_B-weights_BFLOAT8_B-batch_16", 5660],
[20, "LoFi-activations_BFLOAT8_B-weights_BFLOAT8_B-batch_20", 6100],
[8, "HiFi4-activations_BFLOAT16-weights_BFLOAT16-batch_8", 2610],
[16, "HiFi2-activations_BFLOAT8_B-weights_BFLOAT8_B-batch_16", 5090],
[20, "HiFi2-activations_BFLOAT8_B-weights_BFLOAT8_B-batch_20", 5435],
[8, "LoFi-activations_BFLOAT8_B-weights_BFLOAT8_B-batch_8", 4000],
[16, "LoFi-activations_BFLOAT8_B-weights_BFLOAT8_B-batch_16", 5810],
[20, "LoFi-activations_BFLOAT8_B-weights_BFLOAT8_B-batch_20", 6280],
],
)
def test_perf_device_bare_metal(batch_size, test, expected_perf):
Expand Down

0 comments on commit c5c1390

Please sign in to comment.