-
Notifications
You must be signed in to change notification settings - Fork 125
[UR] Add UR_DEVICE_INFO_IP_VERSION property #573
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[UR] Add UR_DEVICE_INFO_IP_VERSION property #573
Conversation
This patch extends `ur_device_info_t` with the new property `UR_DEVICE_INFO_DEVICE_IP_VERSION`. This property is needed to query the device architecture ID value as described in the [Level Zero spec](oneapi-src/level-zero-spec#23). The property will be used in the implementation of host API of [sycl_ext_oneapi_device_architecture](https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/experimental/sycl_ext_oneapi_device_architecture.asciidoc) extension
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 file is automatically generated from a YAML description of the API. Please read the Contributing Guide about how to make these changes.
Thanks, generated |
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.
One small fixup, otherwise looking good!
…nd OpenCL This patch introduces new host API for sycl_ext_oneapi_device_architecture extension and implements it, currently only for Level Zero and OpenCL Depends on oneapi-src/unified-runtime#573
…l Zero and OpenCL (#9843) This patch introduces new host API for sycl_ext_oneapi_device_architecture extension and implements it, currently only for Level Zero and OpenCL Depends on - oneapi-src/unified-runtime#573 - #9873 - #9979 - #10054
…l Zero and OpenCL (intel#9843) This patch introduces new host API for sycl_ext_oneapi_device_architecture extension and implements it, currently only for Level Zero and OpenCL Depends on - oneapi-src/unified-runtime#573 - intel#9873 - intel#9979 - intel#10054
…l Zero and OpenCL (#9843) This patch introduces new host API for sycl_ext_oneapi_device_architecture extension and implements it, currently only for Level Zero and OpenCL Depends on - oneapi-src#573 - intel/llvm#9873 - intel/llvm#9979 - intel/llvm#10054
This patch extends
ur_device_info_t
with the new propertyUR_DEVICE_INFO_IP_VERSION
.This property is needed to query the device architecture ID value as described in the Level Zero spec.
The property will be used in the implementation of host API of sycl_ext_oneapi_device_architecture extension