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

[AMD][RFC][DO-NOT-MERGE] Named-barrier using LDS #720

Draft
wants to merge 1 commit into
base: main_perf
Choose a base branch
from

Conversation

karthik-man
Copy link

@karthik-man karthik-man commented Feb 4, 2025

This PR is to seek comments on my experiments to evaluate named-barriers using LDS. The implementation tries to mirror arrive and try_wait as described in PTX mbarrier
The code for arrive/wait can be found inlined in the producer/consumer test in barrier.cpp.
Kindly let me know if you see any issues or optimization opportunities.

@karthik-man karthik-man changed the title [RFC][DO-NOT-MERGE] Named-barrier using LDS [AMD][RFC][DO-NOT-MERGE] Named-barrier using LDS Feb 4, 2025
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.

1 participant