[UR] Add UR_DEVICE_INFO_IP_VERSION property#573
Merged
kbenzie merged 3 commits intooneapi-src:mainfrom Jun 13, 2023
Merged
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
kbenzie
suggested changes
Jun 6, 2023
Contributor
kbenzie
left a comment
There was a problem hiding this comment.
This file is automatically generated from a YAML description of the API. Please read the Contributing Guide about how to make these changes.
Contributor
Author
Thanks, generated |
kbenzie
suggested changes
Jun 13, 2023
Contributor
kbenzie
left a comment
There was a problem hiding this comment.
One small fixup, otherwise looking good!
kbenzie
approved these changes
Jun 13, 2023
veselypeta
approved these changes
Jun 13, 2023
dm-vodopyanov
added a commit
to dm-vodopyanov/llvm
that referenced
this pull request
Jun 13, 2023
…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
dm-vodopyanov
added a commit
to intel/llvm
that referenced
this pull request
Jun 30, 2023
…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
veselypeta
pushed a commit
to veselypeta/llvm
that referenced
this pull request
Sep 21, 2023
…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
omarahmed1111
pushed a commit
to omarahmed1111/unified-runtime
that referenced
this pull request
Oct 23, 2023
…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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This patch extends
ur_device_info_twith 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