Skip to content

Commit 1021e72

Browse files
nrspruitkbenzie
andcommitted
[L0][UR] Only Override max allocation limits given env (#12375)
Signed-off-by: Spruit, Neil R <[email protected]> Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
1 parent 5671d66 commit 1021e72

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
5757
include(FetchContent)
5858

5959
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
60-
# commit c311fe82256a7bc7f6ddd19cb86c8d555ce401bc
61-
# Merge: eee75a29 d398d4ae
60+
# commit 43c2ad2363f735fd83282bb8da9d4996424dd3cf
61+
# Merge: 5d58871c eba3905b
6262
# Author: Kenneth Benzie (Benie) <[email protected]>
63-
# Date: Thu Jan 4 15:12:54 2024 +0000
64-
# Merge pull request #1222 from sommerlukas/lukas/comgr-include-rocm4
65-
# [UR][HIP] Fix include for AMD COMGR
66-
set(UNIFIED_RUNTIME_TAG c311fe82256a7bc7f6ddd19cb86c8d555ce401bc)
63+
# Date: Fri Jan 19 15:52:55 2024 +0000
64+
# Merge pull request #1260 from kbenzie/benie/dont-include-windows.h-in-ur_info.hpp
65+
# [Common] Don't include Windows.h in ur_util.hpp
66+
set(UNIFIED_RUNTIME_TAG 43c2ad2363f735fd83282bb8da9d4996424dd3cf)
6767

6868
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6969
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")
@@ -149,6 +149,7 @@ set(UNIFIED_RUNTIME_PLUGIN_ARGS
149149
Threads::Threads
150150
UnifiedRuntimeLoader
151151
UnifiedRuntime-Headers
152+
UnifiedRuntimeCommon
152153
)
153154

154155
# We need for #include <ze_api.h> in common.h

0 commit comments

Comments
 (0)