Skip to content

Commit

Permalink
[UR] Update tag to f0b3520 for oneapi-src/unified-runtime#2503
Browse files Browse the repository at this point in the history
  • Loading branch information
martygrant committed Jan 6, 2025
1 parent fc943a5 commit 66d98a8
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/omarahmed1111/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 ad288bb36c45e24a35a75c665d382ce18935fcf7
# Merge: db491abc6aba f8b04f4216e8
# commit f0b35200c07e6a15766ba75d01a3c176d42a2429
# Merge: 545a01bae624 ceb0465d4090
# 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 ad288bb36c45e24a35a75c665d382ce18935fcf7)
# Date: Mon Jan 6 09:51:26 2025 +0000
# Merge pull request #2519 from oneapi-src/revert-2481-fabio/fix_potential_race_condition
# Revert "Fix potential deadlock in the WaitEvent path of CmdBuffers"
set(UNIFIED_RUNTIME_TAG f0b35200c07e6a15766ba75d01a3c176d42a2429)

0 comments on commit 66d98a8

Please sign in to comment.