- Notifications
You must be signed in to change notification settings - Fork792
[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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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.
LGTM! You need to bump the counter insycl/test/e2e_test_requirements/no_sycl_hpp_in_e2e_tests.cpp
.
Uh oh!
There was an error while loading.Please reload this page.
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>
f751a06
toa5362da
CompareIt seems the AMD test run was cancelled due to availability of the runner. As the |
fc4f5ee
intointel:syclUh oh!
There was an error while loading.Please reload this page.
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>
Detect error scenarios in
sycl::ext::oneapi::build
and throw the errors specified in the extension.This handles two scenarios: