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

[L0][UR] Only Override max allocation limits given env #12375

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

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit 79c28d0f0713f58358d5080653d95803fd131749
# Merge: 25e0b603 45d76b78
# Author: aarongreig <aaron.greig@codeplay.com>
# Date: Fri Jan 12 16:14:44 2024 +0000
# Merge pull request #1186 from hdelan/device-global-hip
# [HIP] Add support for global variable read write
set(UNIFIED_RUNTIME_TAG 79c28d0f0713f58358d5080653d95803fd131749)
# commit 43c2ad2363f735fd83282bb8da9d4996424dd3cf
# Merge: 5d58871c eba3905b
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Fri Jan 19 15:52:55 2024 +0000
# Merge pull request #1260 from kbenzie/benie/dont-include-windows.h-in-ur_info.hpp
# [Common] Don't include Windows.h in ur_util.hpp
set(UNIFIED_RUNTIME_TAG 43c2ad2363f735fd83282bb8da9d4996424dd3cf)

if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")
Expand Down Expand Up @@ -150,6 +150,7 @@ set(UNIFIED_RUNTIME_PLUGIN_ARGS
Threads::Threads
UnifiedRuntimeLoader
UnifiedRuntime-Headers
UnifiedRuntimeCommon
INCLUDE_DIRS
"${UNIFIED_RUNTIME_SRC_INCLUDE_DIR}"
"${UNIFIED_RUNTIME_COMMON_INCLUDE_DIR}"
Expand Down