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][CL] Fix invalid use of dlopen() #16736

Draft
wants to merge 1 commit into
base: sycl
Choose a base branch
from
Draft
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
9 changes: 2 additions & 7 deletions sycl/cmake/modules/UnifiedRuntimeTag.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
# commit c6859445e01d433ec1cf3d87a244c5cf697fb290
# Merge: d3e97040 b1b0c60c
# Author: Kenneth Benzie (Benie) <[email protected]>
# Date: Thu Jan 23 13:59:15 2025 +0000
# Merge pull request #2589 from Bensuo/fabio/fix_potential_race_condition
# Fix potential deadlock in the WaitEvent path of CmdBuffers
set(UNIFIED_RUNTIME_TAG c6859445e01d433ec1cf3d87a244c5cf697fb290)
set(UNIFIED_RUNTIME_REPO "https://github.com/kbenzie/unified-runtime.git")
set(UNIFIED_RUNTIME_TAG 264d04684c6587a6a8b6ea21a495ce428483965a)
Loading