Skip to content

Commit e0e7b50

Browse files
nrspruitpbalcer
andauthored
[UR][L0] Fix Command List Cache to correctly set In order List property (intel#15306)
-pre-commit PR for oneapi-src/unified-runtime#2062 --------- Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com> Co-authored-by: Piotr Balcer <piotr.balcer@intel.com>
1 parent a8c60db commit e0e7b50

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,13 @@ if(SYCL_UR_USE_FETCH_CONTENT)
117117
endfunction()
118118

119119
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
120-
# commit b766009add8dc41ad03e2a63be9f6ed40eea4c55 (HEAD, origin/main, origin/HEAD)
121-
# Merge: 608e9184 c3c57284
122-
# Author: Omar Ahmed <omar.ahmed@codeplay.com>
123-
# Date: Tue Aug 27 16:30:04 2024 +0100
124-
# Merge pull request #2011 from nrspruit/fix_opencl_usm_align_check
125-
# [OpenCL] Fix USM alignment error check to occur always and return nulllptr
126-
set(UNIFIED_RUNTIME_TAG b766009add8dc41ad03e2a63be9f6ed40eea4c55)
120+
# commit 9d71afb85694c133ec5aede5bad11dc4d9d05972 (HEAD, upstream/main, upstream/HEAD)
121+
# Merge: d50a59ec 5be1aa41
122+
# Author: Piotr Balcer <piotr.balcer@intel.com>
123+
# Date: Fri Sep 6 09:45:31 2024 +0200
124+
# Merge pull request #2062 from nrspruit/fix_inorder_cache
125+
# [L0] Fix Command List Cache to correctly set In order List property
126+
set(UNIFIED_RUNTIME_TAG 9d71afb85694c133ec5aede5bad11dc4d9d05972)
127127

128128
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
129129
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need

0 commit comments

Comments
 (0)