Skip to content

[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

Merged
merged 2 commits into from
Jun 5, 2021

Conversation

alexbatashev
Copy link
Contributor

No description provided.

@alexbatashev alexbatashev marked this pull request as ready for review June 2, 2021 06:27
@alexbatashev alexbatashev requested a review from a team as a code owner June 2, 2021 06:27
@alexbatashev alexbatashev requested a review from v-klochkov June 2, 2021 06:27
@v-klochkov
Copy link
Contributor

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.

@bader bader merged commit 8d3921e into intel:sycl Jun 5, 2021
@alexbatashev alexbatashev deleted the itt_sycl_rt branch June 5, 2021 11:08
@@ -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.

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?

Copy link
Contributor Author

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.

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.

6 participants