Skip to content

Commit

Permalink
[UR][L0] Disabling Driver In Order Lists by default
Browse files Browse the repository at this point in the history
-pre-commit PR oneapi-src/unified-runtime#2416

Signed-off-by: Neil R. Spruit <[email protected]>
  • Loading branch information
nrspruit committed Dec 4, 2024
1 parent 7923d30 commit faae5b9
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")
set(UNIFIED_RUNTIME_REPO "https://github.com/nrspruit/unified-runtime")
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 Dec 4 11:52:09 2024 +0000
# Merge pull request #2403 from Naghasan/work_group_static_reland
# Add new launch property to support work_group_scratch_memory
set(UNIFIED_RUNTIME_TAG 5acc8240aefc020112cc69c0769ea62f8b64c6d7)
set(UNIFIED_RUNTIME_TAG e42dab4fa8133dc42d51def80930864d1882737b)

0 comments on commit faae5b9

Please sign in to comment.