tenstorrent / tt-metal

:metal: TT-NN operator library, and TT-Metalium low level kernel programming model.
Apache License 2.0
302 stars 24 forks source link

[Blackhole bringup] Some CommandQueueSingleCardFixture. tests failing with invalid prefetch/dispatch command #9801

Closed abhullar-tt closed 14 hours ago

abhullar-tt commented 5 days ago

See test bringup spreadsheet for details on which tests

This is likely due to alignment issues

abhullar-tt commented 2 days ago

Couple of fixes needed where cmd sequence size needs to be sizeof(CQPrefetchCmd) + sizeof(CQDispatchCmd) rather than CQ_PREFETCH_CMD_BARE_MIN_SIZE

This was not an issue before because both values were 32