Skip to content

[SYCL] add dependent-load flag to UR #12222

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 4 commits into from
Jan 26, 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: 7 additions & 7 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ endif()
if(SYCL_PI_UR_USE_FETCH_CONTENT)
include(FetchContent)

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit cdde49630db86e46936287a4ce34780d8d53f0aa
# Merge: 9b97a5f6 05c3b0dc
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime")
# commit 51d7180c344bbc2f942533e5fc51b0b04871f8d5
# Merge: b66cf9b1 0e37380e
# Author: Kenneth Benzie (Benie) <[email protected]>
# Date: Thu Jan 25 14:08:22 2024 +0000
# Merge pull request #1277 from pbalcer/l0-coverity-fixes
# [L0] fix coverity issues
set(UNIFIED_RUNTIME_TAG cdde49630db86e46936287a4ce34780d8d53f0aa)
# Date: Fri Jan 26 12:20:20 2024 +0000
# Merge pull request #1205 from ykhatav/ur_dependentload
# [UR] add dependent-load flag to exclude CWD from default search path …
set(UNIFIED_RUNTIME_TAG 51d7180c344bbc2f942533e5fc51b0b04871f8d5)

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