Skip to content

Commit

Permalink
[UR][L0] Updated Driver In order lists check and required version
Browse files Browse the repository at this point in the history
-pre-commit PR for oneapi-src/unified-runtime#2491

Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
  • Loading branch information
nrspruit committed Jan 15, 2025
1 parent 0629c6c commit 0c1b459
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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/nrspruit/unified-runtime.git")
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake)

set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
Expand Down
2 changes: 1 addition & 1 deletion sycl/cmake/modules/UnifiedRuntimeTag.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# 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)
set(UNIFIED_RUNTIME_TAG d13db51371fee2b1c62b150c009abb8f05e0f33b)

0 comments on commit 0c1b459

Please sign in to comment.