-
Notifications
You must be signed in to change notification settings - Fork 790
[SYCL] Enable ITT notification support in SYCL Runtime #3832
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
Conversation
I did not find anything wrong in this patch, but the changed places are not familiar to me. Thus it would be good if someone else (perhaps, @kbobrovs) also take a look at this PR. |
@@ -49,6 +49,17 @@ enum BuildState { BS_InProgress, BS_Done, BS_Failed }; | |||
|
|||
static constexpr char UseSpvEnv[]("SYCL_USE_KERNEL_SPV"); | |||
|
|||
/// This function enables ITT annotations in SPIR-V module by setting | |||
/// a specialization constant if INTEL_LIBITTNOTIFY64 env variable is set. |
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.
You mean INTEL_ENABLE_OFFLOAD_ANNOTATIONS, right?
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.
That's right, I forgot to update the comment.
No description provided.