add an extension to return the device IP version#23
Merged
jandres742 merged 1 commit intooneapi-src:masterfrom Oct 7, 2022
Merged
add an extension to return the device IP version#23jandres742 merged 1 commit intooneapi-src:masterfrom
jandres742 merged 1 commit intooneapi-src:masterfrom
Conversation
Signed-off-by: Ben Ashbaugh <ben.ashbaugh@intel.com>
jandres742
reviewed
Oct 6, 2022
jandres742
approved these changes
Oct 6, 2022
dm-vodopyanov
added a commit
to dm-vodopyanov/unified-runtime
that referenced
this pull request
Jun 6, 2023
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
dm-vodopyanov
added a commit
to dm-vodopyanov/llvm
that referenced
this pull request
Jun 19, 2023
This patch updates Level Zero Loader to version v1.11.0 because the previous version does not support implementation of oneapi-src/level-zero-spec#23 Level Zero extension, required for implementing sycl_ext_oneapi_device_architecture on host Addresses intel#9843 (comment)
steffenlarsen
pushed a commit
to intel/llvm
that referenced
this pull request
Jun 20, 2023
This patch updates Level Zero Loader to version v1.11.0 because the previous version does not support implementation of oneapi-src/level-zero-spec#23 Level Zero extension, required for implementing sycl_ext_oneapi_device_architecture on host Addresses #9843 (comment)
dm-vodopyanov
added a commit
to intel/llvm
that referenced
this pull request
Jun 28, 2023
This patch updates GPU RT version on Linux to support [DEVICE_IP_VERSION_EXT](oneapi-src/level-zero-spec#23) implementation required for #9843.
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.
Fixes #15
Signed-off-by: Ben Ashbaugh ben.ashbaugh@intel.com