Skip to content
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][NFC] Reduce ambiguity between discarding SYCL and PI events #12547

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

sergey-semenov
Copy link
Contributor

@sergey-semenov sergey-semenov commented Jan 30, 2024

The old variable name for support of discarding PI events (MHasDiscardEventsSupport) made it easy to confuse with discarding SYCL events (MDiscardEvents), especially since we could have a situation where MHasDiscardEventsSupport is false, but MDiscardEvents is true.

Rename the variable for discarding PI events and reword its comment to make the distinction clearer.

Rename the variable for discarding PI events and reword its comment to
make the distinction clearer.
Copy link
Contributor

@uditagarwal97 uditagarwal97 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@sergey-semenov sergey-semenov merged commit 48f60d5 into intel:sycl Feb 8, 2024
12 checks passed
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.

3 participants