Skip to content

Commit

Permalink
[UR] Bump main tag to afbb289a
Browse files Browse the repository at this point in the history
  • Loading branch information
kbenzie committed Jan 15, 2025
1 parent f0ab972 commit 6bd30e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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/zhaomaosu/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
14 changes: 7 additions & 7 deletions sycl/cmake/modules/UnifiedRuntimeTag.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# commit ad288bb36c45e24a35a75c665d382ce18935fcf7
# Merge: db491abc6aba f8b04f4216e8
# Author: Martin Grant <martin.morrisongrant@codeplay.com>
# Date: Fri Jan 3 10:08:59 2025 +0000
# Merge pull request #2502 from ldrumm/luke/tensormap-version
# CUTensorMap is only in CUDA v12
set(UNIFIED_RUNTIME_TAG fix-buffer-shadow)
# commit afbb289aa8d4f3b27b1536ba33ca618b0aba65c7
# Merge: ef70004f d7c33f88
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Wed Jan 15 11:54:25 2025 +0000
# Merge pull request #2520 from zhaomaosu/fix-buffer-shadow
# [DevMSAN] Propagate shadow memory in buffer related APIs
set(UNIFIED_RUNTIME_TAG afbb289aa8d4f3b27b1536ba33ca618b0aba65c7)

0 comments on commit 6bd30e9

Please sign in to comment.