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] More cleanup to use SYCL 2020 exception #14510

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

aelovikov-intel
Copy link
Contributor

... instead of deprecated SYCL 1.2 subclasses that we're going to remove during this ABI breaking window. In many cases there is no clear choice of using errc::runtime vs errc::invalid or something else. I tried to use my best judgement. Reviewers, feel free to start inline discussions in comments if you disagree with my choice(s).

... instead of deprecated SYCL 1.2 subclasses that we're going to remove
during this ABI breaking window.
@@ -40,9 +40,8 @@ static void cpuid(uint32_t *CPUInfo, uint32_t Type, uint32_t SubType = 0) {
#endif

uint32_t PlatformUtil::getMaxClockFrequency() {
Copy link
Contributor

Choose a reason for hiding this comment

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

Unrelated to this PR, but I don't see any uses of this left, we should remove this.

@aelovikov-intel aelovikov-intel merged commit b87f456 into intel:sycl Jul 10, 2024
15 checks passed
@aelovikov-intel aelovikov-intel deleted the more-cleanup branch July 10, 2024 18:30
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.

None yet

2 participants