Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/llvmPublic

[SYCL][RTC] Implement specified error behavior#17331

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
sommerlukas merged 2 commits intointel:syclfromsommerlukas:rtc-report-device-errors
Mar 11, 2025

Conversation

sommerlukas
Copy link
Contributor

Detect error scenarios insycl::ext::oneapi::build and throw the errors specified in the extension.

This handles two scenarios:

  • Calling build where one of the devices given in the list does not support the source language of the bundle.
  • Calling build where one of the devices given in the list does not belong to the context of the source bundle.

Copy link
Contributor

@joppermjopperm left a comment

Choose a reason for hiding this comment

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

LGTM! You need to bump the counter insycl/test/e2e_test_requirements/no_sycl_hpp_in_e2e_tests.cpp.

Detect error scenarios in `sycl::ext::oneapi::build` and throw theerrors specified in the extension.This handles two scenarios:- Calling build where one of the devices given in the list does not  support the source language of the bundle.- Calling build where one of the devices given in the list does not  belong to the context of the source bundle.Signed-off-by: Lukas Sommer <lukas.sommer@codeplay.com>
Signed-off-by: Lukas Sommer <lukas.sommer@codeplay.com>
@sommerlukas
Copy link
ContributorAuthor

It seems the AMD test run was cancelled due to availability of the runner.

As thekernel_compiler is not supported on AMD at the moment, I'll still merge this.

@sommerlukassommerlukas merged commitfc4f5ee intointel:syclMar 11, 2025
31 of 35 checks passed
@sommerlukassommerlukas deleted the rtc-report-device-errors branchMarch 11, 2025 08:21
adamfidel pushed a commit to reble/llvm that referenced this pull requestMar 11, 2025
Detect error scenarios in `sycl::ext::oneapi::build` and throw theerrors specified in the extension.This handles two scenarios:- Calling build where one of the devices given in the list does notsupport the source language of the bundle.- Calling build where one of the devices given in the list does notbelong to the context of the source bundle.---------Signed-off-by: Lukas Sommer <lukas.sommer@codeplay.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@joppermjoppermjopperm approved these changes

@cperkinsintelcperkinsintelcperkinsintel approved these changes

Assignees

@sommerlukassommerlukas

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@sommerlukas@jopperm@cperkinsintel

[8]ページ先頭

©2009-2025 Movatter.jp