-
Notifications
You must be signed in to change notification settings - Fork 798
[SYCL] Implement sycl_ext_oneapi_event_mode extension #16108
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
[SYCL] Implement sycl_ext_oneapi_event_mode extension #16108
Conversation
This commit implements the sycl_ext_oneapi_event_mode extension. Of particular focus is the low-power event mode. Signed-off-by: Larsen, Steffen <[email protected]>
Signed-off-by: Larsen, Steffen <[email protected]>
Signed-off-by: Larsen, Steffen <[email protected]>
cperkinsintel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - had one question about testing
Signed-off-by: Larsen, Steffen <[email protected]>
Signed-off-by: Larsen, Steffen <[email protected]>
|
@intel/unified-runtime-reviewers - Friendly ping. |
kbenzie
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UR LGTM
|
@steffenlarsen Sorry, some werror nonsense in postcommit https://github.com/intel/llvm/actions/runs/12349085225/job/34459175839 |
@sarnex, I will take a look |
|
@AlexeySachkov Thanks, if you can't repro (if you even need to), remember we are building with oneAPI now in postcommit. |
I think that this one should be reproducible with any compiler, its pretty straightforward. I've published #16380 |
This commit implements the sycl_ext_oneapi_event_mode extension. Of particular focus is the low-power event mode.