Open nemanjagrujic opened 2 weeks ago
@nemanjagrujic For this issue i have tried with the exp op, if you use Bf8 PCC is dropping for bf16 it is passing.
@umadevimcw In unit test tests/ttnn/python_api_testing/non_working_unit_tests/wormhole/test_eltwise_usehw_sharded.py
you can find many combinations which fail. One of those is exp with bfloat16. For instance exp with:
input_shape=(1, 25, 160, 32) dtype=DataType.BFLOAT16 dlayout=Layout.TILE sharding_strategy=ShardStrategy.BLOCK shard_orientation=ShardOrientation.COL_MAJOR hw_as_shard_shape=True
gives PCC=0.7135141513261102
Refer to issue #15565
Using sharded config with use_height_and_width_as_shard_shape=True and a specific setup leads to low PCC on multiple ops. Problem is observed on WH cards. Setup which cause low PCC:
Ops found affected:
There are more shapes which cause the problem. For instance:
We get PCC (for instance):