Skip to content

Commit

Permalink
#9356: New resnet50 test skipped on WH since its WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-nshanker committed Jun 10, 2024
1 parent 0731b99 commit c543781
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
pad_and_fold_conv_activation_for_unity_stride,
enable_memory_reports,
skip_for_grayskull,
skip_for_wormhole_b0,
)

from models.experimental.resnet.tt.ttnn_functional_resnet50_new_conv_api import resnet50
Expand Down Expand Up @@ -269,6 +270,7 @@ def create_test_infra(device, batch_size, act_dtype, weight_dtype, math_fidelity
return ResNet50TestInfra(device, batch_size, act_dtype, weight_dtype, math_fidelity)


@skip_for_wormhole_b0("In progress. Skipping for now.")
@skip_for_grayskull("#9168: Resnet50 performance test failing after removing 1x1s2 matmul fallback into conv")
@pytest.mark.parametrize("device_params", [{"l1_small_size": 24576}], indirect=True)
@pytest.mark.parametrize(
Expand Down

0 comments on commit c543781

Please sign in to comment.