Skip to content

Commit

Permalink
[L0][UR] Only Override max allocation limits given env (#12375)
Browse files Browse the repository at this point in the history
Signed-off-by: Spruit, Neil R <neil.r.spruit@intel.com>
Co-authored-by: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
  • Loading branch information
nrspruit and kbenzie committed Jan 22, 2024
1 parent 5671d66 commit 1021e72
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 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 c311fe82256a7bc7f6ddd19cb86c8d555ce401bc
# Merge: eee75a29 d398d4ae
# commit 43c2ad2363f735fd83282bb8da9d4996424dd3cf
# Merge: 5d58871c eba3905b
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Thu Jan 4 15:12:54 2024 +0000
# Merge pull request #1222 from sommerlukas/lukas/comgr-include-rocm4
# [UR][HIP] Fix include for AMD COMGR
set(UNIFIED_RUNTIME_TAG c311fe82256a7bc7f6ddd19cb86c8d555ce401bc)
# 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 @@ -149,6 +149,7 @@ set(UNIFIED_RUNTIME_PLUGIN_ARGS
Threads::Threads
UnifiedRuntimeLoader
UnifiedRuntime-Headers
UnifiedRuntimeCommon
)

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

0 comments on commit 1021e72

Please sign in to comment.