Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/wenju-he/unified-runtime.git")
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake)

set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
Expand Down
12 changes: 5 additions & 7 deletions sycl/cmake/modules/UnifiedRuntimeTag.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# commit 30391c65d2d2ccc7ee3688a14815804bfb7fdf05
# Merge: 5e6d79b3 58dabfe8
# Author: Callum Fare <[email protected]>
# Date: Fri Nov 15 15:13:20 2024 +0000
# Merge pull request #2222 from RossBrunton/ross/cfi
# Enable -flto and -fsanitize=cfi in clang
set(UNIFIED_RUNTIME_TAG 30391c65d2d2ccc7ee3688a14815804bfb7fdf05)
# commit 57fe505dce8213932861b6c4bd24e6be5adf6c85
# Author: Wenju He <[email protected]>
# Date: Tue Nov 19 12:11:02 2024 +0800
# [OpenCL] Fix macro to string conversion when getting function ptr
set(UNIFIED_RUNTIME_TAG 57fe505dce8213932861b6c4bd24e6be5adf6c85)
Loading