-
Notifications
You must be signed in to change notification settings - Fork 738
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_profiling_tag extension #12838
[SYCL] Implement sycl_ext_oneapi_profiling_tag extension #12838
Conversation
This commit adds the implementation of the sycl_ext_oneapi_profiling_tag extension. Moving the extension to experimental will happen in a follow-up patch. Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
80f32ef
to
85f47a3
Compare
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.
Native CPU lgtm, thank you
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.
A couple of logic/enumerator questions worth checking but other than that, this looks good.
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
@ldrumm - Friendly ping. |
@ldrumm - Friendly ping. |
1 similar comment
@ldrumm - Friendly ping. |
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.
Apologies. I don't know why I didn't see your pings. Need to check my filters...
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
An include of sycl/sycl.hpp snuck in with intel#12838. This commit fixes this. Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Failure due to include of sycl/sycl.hpp addressed by #13970. |
profiling_queue.cpp will be temporarily disabled for FPGA emulator while the failure is being investigated: #13971 |
An include of sycl/sycl.hpp snuck in with #12838. This commit fixes this. Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Is there an estimated timeline for when this feature will be available in an upcoming Intel compiler release? |
Hi @stgeke! Thank you for the interest. I cannot comment on the timeline, but this is expected to be part of the next compiler release. |
This commit adds the implementation of the sycl_ext_oneapi_profiling_tag extension. Moving the extension to experimental will happen in a follow-up patch.