[UR] Add SYCL_UR_L0_LOADER_SKIPLIST and SYCL_UR_L0_DRIVER_SKIPLIST#21539
[UR] Add SYCL_UR_L0_LOADER_SKIPLIST and SYCL_UR_L0_DRIVER_SKIPLIST#21539ldorau wants to merge 2 commits intointel:syclfrom
Conversation
2185253 to
499f393
Compare
499f393 to
0679fef
Compare
0679fef to
6b9d07a
Compare
6b9d07a to
23bb22d
Compare
23bb22d to
b51e3d3
Compare
b51e3d3 to
025f848
Compare
025f848 to
b5e4d1e
Compare
b5e4d1e to
a8f65ce
Compare
|
The run-clang-tidy CI job fails because of #21550 |
|
Please review @intel/dpcpp-doc-reviewers |
a8f65ce to
38faea2
Compare
38faea2 to
1189583
Compare
|
Re-review please @YuriPlyakhin |
|
Level Zero Loader version older than 1.8.0 is not supported from now on. |
YuriPlyakhin
left a comment
There was a problem hiding this comment.
sycl/doc/EnvironmentVariables.md change LGTM
Actually, I dismiss my approval, since there is still some discussion about wording. I'll approve, when it is finalized.
|
@YuriPlyakhin I have just applied the latest version. |
|
The run-clang-tidy CI job fails because of #21550 |
|
Please review @intel/dpcpp-doc-reviewers |
0391f36 to
ef45027
Compare
|
Rebased |
ef45027 to
8e064a3
Compare
|
Win GEN12 CI jobs fail because of: #21556 |
|
Please review @intel/dpcpp-doc-reviewers |
8e064a3 to
09c41b4
Compare
|
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>
|
Re-review please @YuriPlyakhin |
|
The run-clang-tidy CI job fails because of #21550 |
|
Please review @pbalcer @YuriPlyakhin |
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.