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

rocr: Add WaitMultiple to core Signal #250

Open
wants to merge 1 commit into
base: amd-staging
Choose a base branch
from

Conversation

atgutier
Copy link
Contributor

@atgutier atgutier commented Oct 17, 2024

Replaces WaitAny with WaitMultiple to more closely align with the underlying driver API for waiting on multiple events.

WaitMultiple adds a single parameter, wait_on_all, to the WaitAny interface providing a single function for waiting on multiple events when we only need AND and OR semantics for the signal checking logic.

Replaces WaitAny with WaitMultiple to more closely align with the
underlying driver API for waiting on multiple events.

WaitMultiple adds a single parameter, wait_on_all, to the WaitAny
interface providing a single function for waiting on multiple
events when we only need AND and OR semantics for the signal
checking logic.
@atgutier atgutier force-pushed the atgutier/signal-wait-multiple branch from f082e76 to 946a5d7 Compare October 30, 2024 17:33
@atgutier
Copy link
Contributor Author

Any comments on this, @dayatsin-amd?

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.

[Feature]: add a hsa_amd_signal_wait_all API.
1 participant