Skip to content

[UR] Handle cases where UR can't provide IP ver. #15169

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 1 commit into from
Aug 23, 2024

Conversation

RossBrunton
Copy link
Contributor

UR may respond with UR_RESULT_ERROR_UNSUPPORTED_ENUMERATION when querying for the device's IP version. This patch handles that case by falling back to unknown or x86_64.

Closes: #15149

UR may respond with `UR_RESULT_ERROR_UNSUPPORTED_ENUMERATION` when
querying for the device's IP version. This patch handles that case by
falling back to unknown or x86_64.
@RossBrunton
Copy link
Contributor Author

@intel/llvm-gatekeepers This is green and ready for merging as far as I know.

@martygrant martygrant merged commit 156a67e into intel:sycl Aug 23, 2024
12 checks passed
@RossBrunton RossBrunton deleted the ross/ipver branch February 19, 2025 15:05
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.

OpenCL devices that don't support the UR_DEVICE_INFO_IP_VERSION query are reporting it is now causing issues.
3 participants