-
Notifications
You must be signed in to change notification settings - Fork 157
[Bug Report] noc_inline_dw_write_set_state incorrect watcher assertion #20439
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
Labels
bug
Something isn't working
Comments
Resolution is that we should remove the noc_sanitize check in this function - @nhuang-tt can you do this to unblock? |
6 tasks
6 tasks
github-merge-queue bot
pushed a commit
that referenced
this issue
Apr 10, 2025
### Ticket [Link to Github Issue](#20439 (comment)) ### Problem description Watcher assertion is getting fired on this line ### What's changed Sanitize NoC addr is not needed for set state because nothing is sent out yet. The other "_set_state" function don't have any checks either. ### Checklist - [ ] [All post commit](https://github.com/tenstorrent/tt-metal/actions/workflows/all-post-commit-workflows.yaml) CI passes - [ ] [Blackhole Post commit](https://github.com/tenstorrent/tt-metal/actions/workflows/blackhole-post-commit.yaml) CI passes (if applicable) - [ ] [Model regression](https://github.com/tenstorrent/tt-metal/actions/workflows/perf-models.yaml) CI passes (if applicable) - [ ] [Device performance regression](https://github.com/tenstorrent/tt-metal/actions/workflows/perf-device-models.yaml) CI passes (if applicable) - [ ] **(For models and ops writers)** Full [new models tests](https://github.com/tenstorrent/tt-metal/actions/workflows/full-new-models-suite.yaml) CI passes (if applicable) - [ ] New/Existing tests provide coverage for changes
ssinghalTT
pushed a commit
that referenced
this issue
Apr 23, 2025
### Ticket [Link to Github Issue](#20439 (comment)) ### Problem description Watcher assertion is getting fired on this line ### What's changed Sanitize NoC addr is not needed for set state because nothing is sent out yet. The other "_set_state" function don't have any checks either. ### Checklist - [ ] [All post commit](https://github.com/tenstorrent/tt-metal/actions/workflows/all-post-commit-workflows.yaml) CI passes - [ ] [Blackhole Post commit](https://github.com/tenstorrent/tt-metal/actions/workflows/blackhole-post-commit.yaml) CI passes (if applicable) - [ ] [Model regression](https://github.com/tenstorrent/tt-metal/actions/workflows/perf-models.yaml) CI passes (if applicable) - [ ] [Device performance regression](https://github.com/tenstorrent/tt-metal/actions/workflows/perf-device-models.yaml) CI passes (if applicable) - [ ] **(For models and ops writers)** Full [new models tests](https://github.com/tenstorrent/tt-metal/actions/workflows/full-new-models-suite.yaml) CI passes (if applicable) - [ ] New/Existing tests provide coverage for changes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Seen in
tt_metal/fabric/hw/inc/tt_fabric.h:128
To Reproduce
Run any program with 2D Push enabled and Watcher
Expected behavior
Validation of NoC state should happen when kicking off the transaction, not when setting the state
The text was updated successfully, but these errors were encountered: