Skip to content

Commit

Permalink
#15234: disable more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ttmchiou committed Nov 20, 2024
1 parent d41f41f commit fdb00e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ def run_reshard_test(
),
],
)
@skip_for_blackhole("GH Issue #15234")
@pytest.mark.parametrize("tt_dtype", [ttnn.bfloat16, ttnn.bfloat8_b])
def test_reshard(
device,
Expand Down Expand Up @@ -347,6 +346,7 @@ def test_reshard_with_program_cache(
assert device.num_program_cache_entries() == 3


@skip_for_blackhole("GH Issue #15234")
@pytest.mark.parametrize(
"input_shape, input_layout, input_shard_grid, input_shard_shape, input_shard_orientation, input_sharding_scheme, input_buffer_type, output_shard_grid, output_shard_shape, output_shard_orientation, output_sharding_scheme, output_buffer_type",
[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ def test_transpose_wh_program_cache(dtype, device, use_program_cache):
transpose(input_shape, device, dim0=-2, dim1=-1, expected_program_cache_size=3, input_dtype=dtype)


@skip_for_blackhole("GH #15234")
@pytest.mark.parametrize(
"dtype",
(ttnn.bfloat8_b, ttnn.float32),
Expand Down

0 comments on commit fdb00e8

Please sign in to comment.