Skip to content

[UR] Pull in fix from UR #1344. #12725

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
Feb 15, 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
14 changes: 8 additions & 6 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,15 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
include(FetchContent)

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit f11823e1abe977bd478364534b3575ae199d8d96
# Merge: c96e4ae4 619cdbb7
# commit 69ac6c7fecac1028024ec1889d3e2cc02565c9e7
# Merge: f11823e1 b3469f1e
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Thu Feb 15 11:08:56 2024 +0100
# Merge pull request #1343 from igchor/add_pthread_umf
# [UR] Add missing Threads library to common
set(UNIFIED_RUNTIME_TAG f11823e1abe977bd478364534b3575ae199d8d96)
# Date: Thu Feb 15 15:28:12 2024 +0100
#
# Merge pull request #1344 from aarongreig/aaron/correctlyMapBufferLocation
#
# Correct mapping of BUFFER_ALLOC_LOCATION_PROPERITES in CL adapter.
set(UNIFIED_RUNTIME_TAG 69ac6c7fecac1028024ec1889d3e2cc02565c9e7)

if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")
Expand Down