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

#17203: Remove work executor from MeshDevice #17475

Merged
merged 1 commit into from
Feb 2, 2025
Merged

Conversation

omilyutin-tt
Copy link
Contributor

@omilyutin-tt omilyutin-tt commented Feb 1, 2025

Ticket

#17203

Problem description

WorkExecutor is needed for enabling push_work to run asynchronously. We don't want and don't need that for MeshDevice.

What's changed

Remove WorkExecutor member from MeshDevice. There is no change in behavior, as WorkExecutor was initialized in the synchronous mode - the work was executed inline either way. This PR simplifies the code, aligning us with the TTNN integration plan.

Checklist

@omilyutin-tt omilyutin-tt merged commit 0a86356 into main Feb 2, 2025
194 checks passed
@omilyutin-tt omilyutin-tt deleted the omilyutin/mesh-we branch February 2, 2025 02:25
nikileshx pushed a commit to nikileshx/tt-metal that referenced this pull request Feb 3, 2025
…t#17475)

### Ticket
tenstorrent#17203

### Problem description
`WorkExecutor` is needed for enabling `push_work` to run asynchronously.
We don't want and don't need that for `MeshDevice`.

### What's changed
Remove `WorkExecutor` member from `MeshDevice`. There is no change in
behavior, as `WorkExecutor` was initialized in the synchronous mode -
the work was executed inline either way. This PR simplifies the code,
aligning us with the TTNN integration plan.

### Checklist
- [X] [Post commit CI
passes](https://github.com/tenstorrent/tt-metal/actions/runs/13093222031)
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