-
Notifications
You must be signed in to change notification settings - Fork 796
[NFC][SYCL] Update Graph E2E-tests #19928
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
Conversation
These tests are not intended to be launched.
| // The OpenCL emulation layer does not return `CL_INVALID_WORK_GROUP_SIZE` as it | ||
| // should. So the Sycl graph support cannot correctly catch the error and throw | ||
| // the approriate exception for negative test. An issue has been reported | ||
| // https://github.com/bashbaug/SimpleOpenCLSamples/issues/95 |
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.
This issue was marked as resolved. Should this test be enabled?
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.
Good catch. Same would apply to the Explicit test version above.
How about we enable both tests temporarily as a follow up PR, to see what the current status is?
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.
reble
left a comment
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
|
@againull take a look please. Simple NFC change |
|
fail: #19965 |
These tests are not intended to be launched.