Skip to content

Commit

Permalink
[UR] Bump main tag to 9e48f543
Browse files Browse the repository at this point in the history
  • Loading branch information
kbenzie committed Jan 15, 2025
1 parent 8b40ad8 commit 356d1e9
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/AllanZyne/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 b2ac58f27c63b8ff714e8b0c39b79aaab05a3faf
# Merge: 3472b5bd ead3d07d
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Tue Jan 7 10:40:35 2025 +0000
# Merge pull request #2524 from nrspruit/fix_enqueue_wait_out_event
# [L0]: Fix Out Event in Enqueue Wait Events to prevent reuse
set(UNIFIED_RUNTIME_TAG review/yang/msan_device_global)
# commit 9e48f543b8dd39d45563169433bb529583625dfe
# Merge: 6a3fece6 1a1108b3
# Author: Martin Grant <martin.morrisongrant@codeplay.com>
# Date: Wed Jan 15 14:33:29 2025 +0000
# Merge pull request #2540 from martygrant/martin/program-info-unswitch
# Move urProgramGetInfo success test from a switch to individual tests.
set(UNIFIED_RUNTIME_TAG 9e48f543b8dd39d45563169433bb529583625dfe)

0 comments on commit 356d1e9

Please sign in to comment.