Skip to content

[Bindless] Fix unintended crash in catch blocks #14966

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

Closed
wants to merge 3 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
14 changes: 6 additions & 8 deletions sycl/cmake/modules/FetchUnifiedRuntime.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,12 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
endfunction()

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit 9deaabcbef168015df251c4ac0d47c2cba7bfbfb
# Merge: 84f5e705 ca2916e9
# Author: Omar Ahmed <[email protected]>
# Date: Mon Aug 5 21:02:44 2024 +0100
# Merge pull request #1929 from oneapi-src/revert-1880-l0-native-enqueue
# Revert "[L0] L0 impl for enqueue native command"
set(UNIFIED_RUNTIME_TAG 9deaabcbef168015df251c4ac0d47c2cba7bfbfb)
set(UNIFIED_RUNTIME_REPO "https://github.com/isaacault/unified-runtime.git")
# commit 709e467237d838077ad80f4440b2d1efd7c64f96
# Author: Isaac Ault <[email protected]>
# Date: Tue Aug 6 11:21:28 2024 +0100
# Feedback: Security on handle type changes.
set(UNIFIED_RUNTIME_TAG 709e467237d838077ad80f4440b2d1efd7c64f96 )

set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need
Expand Down
Loading