Skip to content

Commit

Permalink
[UR] Update UR tag to include the fix to set the execution flag for a…
Browse files Browse the repository at this point in the history
…ll kernels (intel#16241)

UR PR: oneapi-src/unified-runtime#2389

---------

Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
  • Loading branch information
againull and kbenzie authored Dec 4, 2024
1 parent 5e0db3e commit 6fd5143
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/oneapi-src/unified-runtime")
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 3fdf7e3998b029fbf6cdb584e552a71a678f3146
# Merge: c34ea46276a9 353d30678b2c
# Author: Martin Grant <martin.morrisongrant@codeplay.com>
# Date: Wed Dec 4 15:08:55 2024 +0000
# Merge pull request #2413 from againull/max_dir_length_win
# [L0] Shorten the dir name for the fecthed repo to avoid hitting Windows max limit
set(UNIFIED_RUNTIME_TAG 3fdf7e3998b029fbf6cdb584e552a71a678f3146)
# commit 3ad235dee9588152a58980bb73c8827a3d03a9e8
# Merge: c7cd88de 6390f637
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Wed Dec 4 18:17:07 2024 +0000
# Merge pull request #2389 from againull/indirect_fix
# [L0] Set exec info for all L0 kernels in UR kernel
set(UNIFIED_RUNTIME_TAG 3ad235dee9588152a58980bb73c8827a3d03a9e8)

0 comments on commit 6fd5143

Please sign in to comment.