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

Use auto-incremented stream registers to signal dispatcher that workers are done. #18746

Open
jbaumanTT opened this issue Mar 6, 2025 · 0 comments
Assignees
Labels

Comments

@jbaumanTT
Copy link
Contributor

If we use auto-incrementing stream registers, we can continue to use posted transactions (in this case inline writes) on Blackhole to do the updates, since they're not affected by the same bug as posted (or inline) transactions to L1.

Since many cores are writing to the same destination, a stream register has better latency and can better handle the traffic than L1 could, reducing the done->GO latency by around 70 cycles.

@jbaumanTT jbaumanTT added the bug Something isn't working label Mar 6, 2025
@jbaumanTT jbaumanTT self-assigned this Mar 6, 2025
@jbaumanTT jbaumanTT added feature and removed bug Something isn't working labels Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant