tenstorrent / tt-metal

:metal: TT-NN operator library, and TT-Metalium low level kernel programming model.
https://docs.tenstorrent.com/ttnn/latest/index.html
Apache License 2.0
485 stars 79 forks source link

#0: Restrict forced single core untilize on BH to non-sharded cases #15353

Closed jaykru-tt closed 4 days ago

jaykru-tt commented 4 days ago

Problem description

Forcing single core on BH for sharded tensors was causing failures in recently-enabled tests in BH post-commit.

What's changed

This commit adds another check that only forces single core on BH when the input and output tensors are not sharded.

Checklist