Closed nvelickovicTT closed 2 months ago
This PR fixes handling of tiny tiles on output. There were 2 underlying issues:
Incorrect value set in register for exponent size in BFP formats for tinyt tiles. Fixed with porting from https://github.com/tenstorrent/tt-llk-wh-b0/commit/4c0043027d055d6a9c7986c5c57c12c61b695574
Incorrect matmul calculation when in0 has partial tile and in1 has narrow tile (resulting in output having tiny tile as well)
This PR fixes handling of tiny tiles on output. There were 2 underlying issues:
Incorrect value set in register for exponent size in BFP formats for tinyt tiles. Fixed with porting from https://github.com/tenstorrent/tt-llk-wh-b0/commit/4c0043027d055d6a9c7986c5c57c12c61b695574
Incorrect matmul calculation when in0 has partial tile and in1 has narrow tile (resulting in output having tiny tile as well)