Skip to content

Commit

Permalink
Update UR
Browse files Browse the repository at this point in the history
  • Loading branch information
igchor committed Oct 3, 2024
1 parent 894f40a commit ecfb9b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sycl/cmake/modules/FetchUnifiedRuntime.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,14 @@ if(SYCL_UR_USE_FETCH_CONTENT)
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
endfunction()

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
set(UNIFIED_RUNTIME_REPO "https://github.com/igchor/unified-runtime.git")
# commit b4195cbb694b6e7c6216bf42a757ed700a325855
# Merge: 5482621c ab77d020
# Author: Omar Ahmed <omar.ahmed@codeplay.com>
# Date: Mon Aug 26 14:00:04 2024 +0100
# Merge pull request #2006 from zhaomaosu/devsan-fix-cxxlib-mismatch
# [DeviceSanitizer] Fix libstdc++ and libc++ mismatch problem
set(UNIFIED_RUNTIME_TAG b4195cbb694b6e7c6216bf42a757ed700a325855)
set(UNIFIED_RUNTIME_TAG bed040efb65871fa85cbeba1dc0f3336c66e20a1)

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

0 comments on commit ecfb9b5

Please sign in to comment.