Skip to content

Commit

Permalink
[REMOVE] Bump UR to fixed UMF
Browse files Browse the repository at this point in the history
  • Loading branch information
PatKamin committed Dec 9, 2024
1 parent 40e0784 commit 2891f1e
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -113,7 +113,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/oneapi-src/unified-runtime.git")
set(UNIFIED_RUNTIME_REPO "https://github.com/patkamin/unified-runtime.git")
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake)

set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
Expand Down
12 changes: 5 additions & 7 deletions sycl/cmake/modules/UnifiedRuntimeTag.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# commit aa72577da55571b15028dd1710e02a7ea4f62338
# Merge: 89def64486dd 3d2b7210e352
# Author: Martin Grant <[email protected]>
# Date: Fri Dec 6 15:24:04 2024 +0000
# Merge pull request #2352 from aarongreig/aaron/fixCoverity15-11
# Fix a number of issues from the latest coverity scan.
set(UNIFIED_RUNTIME_TAG aa72577da55571b15028dd1710e02a7ea4f62338)
# commit 4483d8c9bc121653e72d88f2c7253b5d912c4d51
# Author: Patryk Kaminski <[email protected]>
# Date: Mon Dec 9 12:28:58 2024 +0100
# UMF hwloc build with fixed rsmi error
set(UNIFIED_RUNTIME_TAG 4483d8c9bc121653e72d88f2c7253b5d912c4d51)

0 comments on commit 2891f1e

Please sign in to comment.