[UR] Add SYCL_UR_L0_LOADER_SKIPLIST and SYCL_UR_L0_DRIVER_SKIPLIST#21539
Open
ldorau wants to merge 2 commits intointel:syclfrom
Open
[UR] Add SYCL_UR_L0_LOADER_SKIPLIST and SYCL_UR_L0_DRIVER_SKIPLIST#21539ldorau wants to merge 2 commits intointel:syclfrom
ldorau wants to merge 2 commits intointel:syclfrom
Conversation
2185253 to
499f393
Compare
kswiecicki
approved these changes
Mar 17, 2026
499f393 to
0679fef
Compare
pbalcer
reviewed
Mar 17, 2026
0679fef to
6b9d07a
Compare
6b9d07a to
23bb22d
Compare
pbalcer
reviewed
Mar 17, 2026
23bb22d to
b51e3d3
Compare
pbalcer
reviewed
Mar 17, 2026
b51e3d3 to
025f848
Compare
Maetveis
reviewed
Mar 17, 2026
025f848 to
b5e4d1e
Compare
b5e4d1e to
a8f65ce
Compare
Contributor
Author
|
The run-clang-tidy CI job fails because of #21550 |
Contributor
Author
|
Please review @intel/dpcpp-doc-reviewers |
Contributor
Author
pbalcer
reviewed
Mar 18, 2026
a8f65ce to
38faea2
Compare
38faea2 to
1189583
Compare
Contributor
Author
|
Re-review please @YuriPlyakhin |
Contributor
Author
|
Level Zero Loader version older than 1.8.0 is not supported from now on. |
Contributor
YuriPlyakhin
left a comment
There was a problem hiding this comment.
sycl/doc/EnvironmentVariables.md change LGTM
YuriPlyakhin
previously approved these changes
Mar 19, 2026
Actually, I dismiss my approval, since there is still some discussion about wording. I'll approve, when it is finalized.
Contributor
Author
|
@YuriPlyakhin I have just applied the latest version. |
Contributor
Author
|
The run-clang-tidy CI job fails because of #21550 |
Contributor
Author
|
Please review @intel/dpcpp-doc-reviewers |
0391f36 to
ef45027
Compare
Contributor
Author
|
Rebased |
ef45027 to
8e064a3
Compare
Contributor
Author
|
Win GEN12 CI jobs fail because of: #21556 |
Contributor
Author
|
Please review @intel/dpcpp-doc-reviewers |
8e064a3 to
09c41b4
Compare
Contributor
Author
|
Rebased |
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
Add SYCL_UR_L0_LOADER_SKIPLIST and SYCL_UR_L0_DRIVER_SKIPLIST environment variables that can contain comma-separated lists of versions of L0 loader and L0 driver respectively for which loading of L0 adapter should be skipped, for example: "1.6.33578,1.14.37020". Level Zero Loader version older than 1.8.0 is not supported. Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
Contributor
Author
|
Re-review please @YuriPlyakhin |
Contributor
Author
|
The run-clang-tidy CI job fails because of #21550 |
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.
Add
SYCL_UR_L0_LOADER_SKIPLISTandSYCL_UR_L0_DRIVER_SKIPLISTenvironment variables that can contain comma-separated lists
of versions of L0 loader and L0 driver respectively
for which loading of L0 adapter should be skipped,
for example: "1.6.33578,1.14.37020".
Level Zero Loader version older than 1.8.0 is not supported from now on if
SYCL_UR_L0_LOADER_SKIPLISTis not set.