Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#9370: Workaround for the issue, replace WRCFG with RMWCIB instruction for reduce_revert_delta #37

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

amahmudTT
Copy link
Contributor

9370

tenstorrent/tt-metal#9370

Problem description

The Unpacker uses stale value for address for SrcB even though it is written. It seems to be colliding with WRCFG instructions used in the reduce_revert_delta function. We kept the timing the same and replaced WRCFG instructions with RMWCIB instructions to do the bare minimum and the problem goes away.

What's changed

The workaround uses RMWCIB instructions in the reduce_revert_delta function for wh_b0. It does not have the same timing and consumes more cycles but is functionally the same as what was in the original function.

@amahmudTT amahmudTT requested review from ttmtrajkovic, rdjogoTT and rtawfik01 and removed request for rtawfik01 September 18, 2024 15:30
@amahmudTT
Copy link
Contributor Author

All post commit tests passed with this change applied
https://github.com/tenstorrent/tt-metal/actions/runs/10925131798

@amahmudTT amahmudTT merged commit fefda7c into main Sep 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants