-
Notifications
You must be signed in to change notification settings - Fork 789
[SYCL][UR] Add UR_QUEUE_INFO_EMPTY support for OpenCL #19151
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
Signed-off-by: Hu, Peisen <peisen.hu@intel.com>
Signed-off-by: Hu, Peisen <peisen.hu@intel.com>
Signed-off-by: Hu, Peisen <peisen.hu@intel.com>
Signed-off-by: Hu, Peisen <peisen.hu@intel.com>
@intel/llvm-reviewers-runtime Need an approval to merge this. Thanks in advance! |
@intel/llvm-gatekeepers Please merge this, thanks! |
Please change your email privacy settings in Github profile, so that commits are authored by your intel/codeplay email. |
Changed the setting. Can you try again? |
Interestingly, the workflow to check for use of private emails incorrectly passes: https://github.com/intel/llvm/actions/runs/16047943939/job/45283619261?pr=19151 |
To fix CTS test (https://github.com/KhronosGroup/SYCL-CTS/blob/b5cf985ecc497f82045165e9309fdc7a990c7e60/tests/extension/khr_queue_empty_query/queue_empty.cpp) failures for the
sycl_khr_queue_empty_query
extension (implemented in #18799), which are caused by the errorUR_RESULT_ERROR_UNSUPPORTED_ENUMERATION
emitted in the old code.