-
Notifications
You must be signed in to change notification settings - Fork 108
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
[Feature]: add a hsa_amd_signal_wait_all
API.
#241
Comments
Will take a look at this. |
Can you test #250 or point me to any tests you may have for this when you get a chance? |
(I don't have anything running yet but can try to make a test for this - thanks for implementing it :) |
I haven't tested it yet but one quirk of |
Sounds good. I think that 0/NULL semantics matching the barrier should be doable. |
Cool! Filed at #252! |
Suggestion Description
hsa_amd_signal_wait_any
exists and routes tohsaKmtWaitOnMultipleEvents_Ext
and is useful for implementing host-side barrier-or packet behavior. There's currently not ahsa_amd_signal_wait_all
, though, which is needed to efficiently implement the barrier-and packet behavior.hsaKmtWaitOnMultipleEvents_Ext
has aWaitOnAll
flag and it'd be useful to have a top-level API that routes to that.Operating System
No response
GPU
No response
ROCm Component
No response
The text was updated successfully, but these errors were encountered: