Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UR] Fix update validation for L0 and OpenCL #15998

Closed
wants to merge 6 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions sycl/cmake/modules/UnifiedRuntimeTag.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# commit ed9fe09f9987bbe86715f191e6dbe5695ebf0306
# Merge: 09ae26af dc5246dd
# commit 2aaa26155d1f7ccb76fd9138a8ff952fe82e11e1
# Merge: 6a087870 f6d00b8a
# Author: Callum Fare <[email protected]>
# Date: Fri Nov 8 10:29:25 2024 +0000
# Merge pull request #2279 from nrspruit/update_loader_1_18
# [L0] Update Level Zero Loader version to v1.18.5
set(UNIFIED_RUNTIME_TAG ed9fe09f9987bbe86715f191e6dbe5695ebf0306)
# Date: Fri Nov 8 13:05:36 2024 +0000
# Merge pull request #2256 from hvdijk/urreturnhelper-ambiguity
# Avoid potential ambiguity in UrReturnHelper
set(UNIFIED_RUNTIME_TAG 2aaa26155d1f7ccb76fd9138a8ff952fe82e11e1)
Loading