Skip to content

Commit

Permalink
Add link to issue to skip reason
Browse files Browse the repository at this point in the history
  • Loading branch information
sgligorijevicTT committed Jan 23, 2025
1 parent 7421067 commit 6dc3477
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/jax/models/mlpmixer/test_mlpmixer.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,12 @@ def training_tester() -> MlpMixerTester:


@pytest.mark.skip(
reason="Statically allocated circular buffers in program 16 clash with L1 buffers on core range [(x=0,y=0) - (x=6,y=0)]. L1 buffer allocated at 475136 and static circular buffer region ends at 951136"
reason=(
"Statically allocated circular buffers in program 16 clash with L1 buffers "
"on core range [(x=0,y=0) - (x=6,y=0)]. L1 buffer allocated at 475136 and "
"static circular buffer region ends at 951136 "
"(https://github.com/tenstorrent/tt-xla/issues/187)"
)
) # segfault
def test_mlpmixer(inference_tester: MlpMixerTester):
inference_tester.test()
Expand Down

0 comments on commit 6dc3477

Please sign in to comment.