Skip to content

[UR] Add SYCL_UR_L0_LOADER_SKIPLIST and SYCL_UR_L0_DRIVER_SKIPLIST#21539

Open
ldorau wants to merge 2 commits intointel:syclfrom
ldorau:Add_SYCL_UR_L0_LOADER_BLACKLIST_and_SYCL_UR_L0_DRIVER_BLACKLIST
Open

[UR] Add SYCL_UR_L0_LOADER_SKIPLIST and SYCL_UR_L0_DRIVER_SKIPLIST#21539
ldorau wants to merge 2 commits intointel:syclfrom
ldorau:Add_SYCL_UR_L0_LOADER_BLACKLIST_and_SYCL_UR_L0_DRIVER_BLACKLIST

Conversation

@ldorau
Copy link
Contributor

@ldorau ldorau commented Mar 17, 2026

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 from now on if SYCL_UR_L0_LOADER_SKIPLIST is not set.

@ldorau ldorau requested review from a team as code owners March 17, 2026 09:07
@ldorau ldorau requested a review from pbalcer March 17, 2026 09:08
@ldorau ldorau force-pushed the Add_SYCL_UR_L0_LOADER_BLACKLIST_and_SYCL_UR_L0_DRIVER_BLACKLIST branch 2 times, most recently from 2185253 to 499f393 Compare March 17, 2026 09:32
@ldorau ldorau force-pushed the Add_SYCL_UR_L0_LOADER_BLACKLIST_and_SYCL_UR_L0_DRIVER_BLACKLIST branch from 499f393 to 0679fef Compare March 17, 2026 10:08
@ldorau ldorau force-pushed the Add_SYCL_UR_L0_LOADER_BLACKLIST_and_SYCL_UR_L0_DRIVER_BLACKLIST branch from 0679fef to 6b9d07a Compare March 17, 2026 10:47
@ldorau ldorau requested a review from pbalcer March 17, 2026 10:49
@ldorau ldorau force-pushed the Add_SYCL_UR_L0_LOADER_BLACKLIST_and_SYCL_UR_L0_DRIVER_BLACKLIST branch from 6b9d07a to 23bb22d Compare March 17, 2026 10:57
@ldorau ldorau force-pushed the Add_SYCL_UR_L0_LOADER_BLACKLIST_and_SYCL_UR_L0_DRIVER_BLACKLIST branch from 23bb22d to b51e3d3 Compare March 17, 2026 11:28
@ldorau ldorau requested a review from pbalcer March 17, 2026 11:29
@ldorau ldorau force-pushed the Add_SYCL_UR_L0_LOADER_BLACKLIST_and_SYCL_UR_L0_DRIVER_BLACKLIST branch from b51e3d3 to 025f848 Compare March 17, 2026 12:00
@ldorau ldorau requested a review from pbalcer March 17, 2026 12:00
@ldorau ldorau changed the title [UR] Add SYCL_UR_L0_LOADER_BLACKLIST and SYCL_UR_L0_DRIVER_BLACKLIST [UR] Add SYCL_UR_L0_LOADER_SKIPLIST and SYCL_UR_L0_DRIVER_SKIPLIST Mar 17, 2026
@ldorau ldorau force-pushed the Add_SYCL_UR_L0_LOADER_BLACKLIST_and_SYCL_UR_L0_DRIVER_BLACKLIST branch from 025f848 to b5e4d1e Compare March 17, 2026 15:21
@ldorau ldorau requested a review from Maetveis March 17, 2026 15:25
@ldorau ldorau force-pushed the Add_SYCL_UR_L0_LOADER_BLACKLIST_and_SYCL_UR_L0_DRIVER_BLACKLIST branch from b5e4d1e to a8f65ce Compare March 17, 2026 17:43
@ldorau
Copy link
Contributor Author

ldorau commented Mar 18, 2026

The run-clang-tidy CI job fails because of #21550

@ldorau
Copy link
Contributor Author

ldorau commented Mar 18, 2026

Please review @intel/dpcpp-doc-reviewers

@ldorau
Copy link
Contributor Author

ldorau commented Mar 18, 2026

CI jobs fail because of #21548 and #21549

@ldorau ldorau force-pushed the Add_SYCL_UR_L0_LOADER_BLACKLIST_and_SYCL_UR_L0_DRIVER_BLACKLIST branch from a8f65ce to 38faea2 Compare March 18, 2026 11:45
@ldorau ldorau requested a review from pbalcer March 18, 2026 11:56
@ldorau ldorau force-pushed the Add_SYCL_UR_L0_LOADER_BLACKLIST_and_SYCL_UR_L0_DRIVER_BLACKLIST branch from 38faea2 to 1189583 Compare March 19, 2026 08:38
@ldorau ldorau requested a review from YuriPlyakhin March 19, 2026 08:38
@ldorau
Copy link
Contributor Author

ldorau commented Mar 19, 2026

Re-review please @YuriPlyakhin

@ldorau
Copy link
Contributor Author

ldorau commented Mar 19, 2026

Level Zero Loader version older than 1.8.0 is not supported from now on.
(added a commit with this change)

Copy link
Contributor

@YuriPlyakhin YuriPlyakhin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sycl/doc/EnvironmentVariables.md change LGTM

YuriPlyakhin
YuriPlyakhin previously approved these changes Mar 19, 2026
@YuriPlyakhin YuriPlyakhin dismissed their stale review March 19, 2026 22:31

Actually, I dismiss my approval, since there is still some discussion about wording. I'll approve, when it is finalized.

@ldorau
Copy link
Contributor Author

ldorau commented Mar 20, 2026

@YuriPlyakhin I have just applied the latest version.

@ldorau ldorau requested a review from YuriPlyakhin March 20, 2026 07:06
@ldorau
Copy link
Contributor Author

ldorau commented Mar 20, 2026

The run-clang-tidy CI job fails because of #21550

@ldorau
Copy link
Contributor Author

ldorau commented Mar 20, 2026

Please review @intel/dpcpp-doc-reviewers

@ldorau ldorau force-pushed the Add_SYCL_UR_L0_LOADER_BLACKLIST_and_SYCL_UR_L0_DRIVER_BLACKLIST branch from 0391f36 to ef45027 Compare March 20, 2026 09:45
@ldorau
Copy link
Contributor Author

ldorau commented Mar 20, 2026

Rebased

@ldorau ldorau force-pushed the Add_SYCL_UR_L0_LOADER_BLACKLIST_and_SYCL_UR_L0_DRIVER_BLACKLIST branch from ef45027 to 8e064a3 Compare March 20, 2026 10:28
@ldorau
Copy link
Contributor Author

ldorau commented Mar 20, 2026

Win GEN12 CI jobs fail because of: #21556

@ldorau
Copy link
Contributor Author

ldorau commented Mar 20, 2026

Please review @intel/dpcpp-doc-reviewers

@ldorau ldorau force-pushed the Add_SYCL_UR_L0_LOADER_BLACKLIST_and_SYCL_UR_L0_DRIVER_BLACKLIST branch from 8e064a3 to 09c41b4 Compare March 20, 2026 15:23
@ldorau
Copy link
Contributor Author

ldorau commented Mar 20, 2026

Rebased

ldorau added 2 commits March 20, 2026 16:24
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>
@ldorau
Copy link
Contributor Author

ldorau commented Mar 20, 2026

Re-review please @YuriPlyakhin

@ldorau
Copy link
Contributor Author

ldorau commented Mar 20, 2026

The run-clang-tidy CI job fails because of #21550

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants