Skip to content

[SYCL][UR][L0 v2] fix ur_queue_handle_t_ after #17118 #18520

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

Merged
merged 2 commits into from
May 19, 2025

Conversation

igchor
Copy link
Member

@igchor igchor commented May 16, 2025

ur_queue_handle_t_ was not inheriting from ur::handle_base resulting in *reinterpret_cast<ur_dditable_t **>(hQueue) not working correctly.

For some reason this worked on some platforms, and only manifested on PVC.

@igchor igchor requested a review from a team as a code owner May 16, 2025 17:54
@igchor igchor requested a review from RossBrunton May 16, 2025 17:54
@igchor igchor temporarily deployed to WindowsCILock May 16, 2025 17:54 — with GitHub Actions Inactive
@igchor igchor temporarily deployed to WindowsCILock May 16, 2025 19:07 — with GitHub Actions Inactive
@igchor igchor temporarily deployed to WindowsCILock May 16, 2025 19:07 — with GitHub Actions Inactive
@RossBrunton
Copy link
Contributor

Looking at the output for the CI runs, it seems there's an error printing error messages. #18535 should fix it (although probably won't fix the underlying cause).

@igchor igchor temporarily deployed to WindowsCILock May 19, 2025 14:53 — with GitHub Actions Inactive
@igchor igchor temporarily deployed to WindowsCILock May 19, 2025 15:42 — with GitHub Actions Inactive
@igchor igchor temporarily deployed to WindowsCILock May 19, 2025 15:42 — with GitHub Actions Inactive
ur_queue_handle_t_ was not inheriting from ur::handle_base
resulting in *reinterpret_cast<ur_dditable_t **>(hQueue)
not working correctly.

For some reason this worked on some platforms, and only
manifested on PVC.
@igchor igchor temporarily deployed to WindowsCILock May 19, 2025 16:42 — with GitHub Actions Inactive
@igchor igchor temporarily deployed to WindowsCILock May 19, 2025 17:16 — with GitHub Actions Inactive
@igchor igchor temporarily deployed to WindowsCILock May 19, 2025 17:16 — with GitHub Actions Inactive
pointer to ur_queue_t_ is no longer equal to ur_queue_handle_t_
@igchor
Copy link
Member Author

igchor commented May 19, 2025

@intel/llvm-gatekeepers this should be ready for merge

@sarnex sarnex merged commit 45db185 into intel:sycl May 19, 2025
32 checks passed
@igchor igchor deleted the fix_v2_adpater branch May 19, 2025 18:27
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.

4 participants