Skip to content

Commit

Permalink
Update UR tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongreig committed Dec 26, 2024
1 parent 99107fd commit 7d3e104
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion sycl/cmake/modules/FetchUnifiedRuntime.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ if(SYCL_UR_USE_FETCH_CONTENT)
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
endfunction()

set(UNIFIED_RUNTIME_REPO "https://github.com/yingcong-wu/unified-runtime.git")
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake)

set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
Expand Down
12 changes: 6 additions & 6 deletions sycl/cmake/modules/UnifiedRuntimeTag.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# commit 232e62f5221d565ec40d051d3c640b836ca91244
# Merge: 76a96238 59b37e3f
# commit 93fc1331edfd5519ea1fab42a8b96abe9e53672f
# Merge: 259b67db d2c04518
# Author: aarongreig <[email protected]>
# Date: Mon Dec 23 18:26:58 2024 +0000
# Merge pull request #2498 from Bensuo/fabio/fix_l0_old_loader_no_translate
# Update usage of zeCommandListImmediateAppendCommandListsExp to use dlsym
set(UNIFIED_RUNTIME_TAG 232e62f5221d565ec40d051d3c640b836ca91244)
# Date: Thu Dec 26 16:52:33 2024 +0000
# Merge pull request #2402 from yingcong-wu/yc/1202-mmap-failure
# [DevASAN][CPU] bugfix for mmap return value check.
set(UNIFIED_RUNTIME_TAG 93fc1331edfd5519ea1fab42a8b96abe9e53672f)

0 comments on commit 7d3e104

Please sign in to comment.