tenstorrent / tt-metal

:metal: TT-NN operator library, and TT-Metalium low level kernel programming model.
Apache License 2.0
408 stars 51 forks source link

RN50 first conv unit test fails for N=2 #5393

Open mywoodstock opened 7 months ago

mywoodstock commented 7 months ago

For batch = 2, the following unit test fails with PCC error: tests/tt_eager/python_api_testing/unit_testing/test_resnet50_first_conv.py

Note that the specific case of N=2 is skipped, so need to remove the skip in pytest.

nsmithtt commented 7 months ago

Removing from resnet50 project tracking because it's just a test issue