-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
#13482: Resolve incorrect dispatch_h -> prefetch_h bookkeeping for 2 CQ Trace on TG - On TG, mux buffers are identically sized for 1 and 2 CQs (Tensix dispatch allows fo this due to larger L1) - Prefetch_h accounted for this, but Dispatch_h assumed that Mux buffers (and therefore the initial semaphore value for Prefetch_h) was half the size for 2 CQs vs 1 CQ - This caused 2 CQ trace to hang, which requires handshaking between Prefetch_h and Dispatch_h - Add 2CQs Trace Test to TG
- Loading branch information
1 parent
a88a3da
commit 84e73a4
Showing
2 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters