Skip to content

Commit 2bd9c9d

Browse files
[SYCL][UR] Bump UR tag to devsan fix (#15188)
[UR PR](oneapi-src/unified-runtime#2006)
1 parent fdcf125 commit 2bd9c9d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 6 additions & 6 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 40a790fa5edaa635f49ce2e7342bfa5e5b359694
121-
# Merge: 2f67b38d 5e240cf8
120+
# commit b4195cbb694b6e7c6216bf42a757ed700a325855
121+
# Merge: 5482621c ab77d020
122122
# Author: Omar Ahmed <[email protected]>
123-
# Date: Thu Aug 22 14:04:32 2024 +0100
124-
# Merge pull request #1995 from kswiecicki/refcount-clear
125-
# Coverity fixes
126-
set(UNIFIED_RUNTIME_TAG 40a790fa5edaa635f49ce2e7342bfa5e5b359694)
123+
# Date: Mon Aug 26 14:00:04 2024 +0100
124+
# Merge pull request #2006 from zhaomaosu/devsan-fix-cxxlib-mismatch
125+
# [DeviceSanitizer] Fix libstdc++ and libc++ mismatch problem
126+
set(UNIFIED_RUNTIME_TAG b4195cbb694b6e7c6216bf42a757ed700a325855)
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)