Skip to content

bump UR to 9b93cb1c #14944

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

Merged
merged 1 commit into from
Aug 6, 2024
Merged
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/FetchUnifiedRuntime.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
endfunction()

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit c5d2175b5823d5b74de1e7e0d6081ab6d885bc34
# Merge: 99489ad4 c86beb60
# commit 9deaabcbef168015df251c4ac0d47c2cba7bfbfb
# Merge: 84f5e705 ca2916e9
# Author: Omar Ahmed <[email protected]>
# Date: Wed Jul 31 14:52:26 2024 +0100
# Merge pull request #1882 from przemektmalon/przemek/interop-map-memory
# [Bindless][Exp] Add interop memory mapping to USM.
set(UNIFIED_RUNTIME_TAG c5d2175b5823d5b74de1e7e0d6081ab6d885bc34)
# 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(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