Skip to content

Commit

Permalink
[UR] Update tag to 6d4eec8 for:
Browse files Browse the repository at this point in the history
  • Loading branch information
martygrant committed Dec 12, 2024
1 parent fe88f1d commit 088d39f
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/oneapi-src/unified-runtime.git")
set(UNIFIED_RUNTIME_REPO "https://github.com/martygrant/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 06f48f674445532d8c04be431474901b82c3c449
# Merge: 098deca1f9f3 1b373f83c71e
# commit 6d4eec8cdcfe8a5d359ed05092797c429c2ca878
# Merge: 40d28e7bd84a 800b452d67c5
# Author: Martin Grant <[email protected]>
# Date: Thu Dec 12 11:04:15 2024 +0000
# Merge pull request #2356 from npmiller/hip-images
# [HIP] Disable SYCL images by default
set(UNIFIED_RUNTIME_TAG 06f48f674445532d8c04be431474901b82c3c449)
# Date: Thu Dec 12 16:00:13 2024 +0000
# Merge pull request #2272 from martygrant/martin/virtual-memory-cts-spec-gap
# Improvements to align CTS and Spec for Virtual Memory
set(UNIFIED_RUNTIME_TAG 6d4eec8cdcfe8a5d359ed05092797c429c2ca878)

0 comments on commit 088d39f

Please sign in to comment.