File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
sycl/plugins/unified_runtime Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,7 @@ if("native_cpu" IN_LIST SYCL_ENABLE_PLUGINS)
38
38
endif ()
39
39
40
40
# Disable errors from warnings while building the UR.
41
- # And remember origin flags before doing that.
42
- set (CMAKE_CXX_FLAGS_BAK "${CMAKE_CXX_FLAGS} " )
41
+ # And remember origin flags before doing that. set(CMAKE_CXX_FLAGS_BAK "${CMAKE_CXX_FLAGS}")
43
42
if (WIN32 )
44
43
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /WX-" )
45
44
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /WX-" )
@@ -94,14 +93,8 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
94
93
CACHE PATH "Path to external '${name} ' adapter source dir" FORCE )
95
94
endfunction ()
96
95
97
- set (UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git" )
98
- # commit 1e1f577262747d67fcb5c513de4a11bec67ea5db
99
- # Merge: dd212f3f 0b405a12
100
- # Author: Kenneth Benzie (Benie) <[email protected] >
101
- # Date: Thu May 9 18:00:36 2024 +0100
102
- # Merge pull request #1591 from nrspruit/disable_driver_in_order_lists_default
103
- # [L0] Disable Usage of Driver In order Lists by default
104
- set (UNIFIED_RUNTIME_TAG 1e1f577262747d67fcb5c513de4a11bec67ea5db )
96
+ set (UNIFIED_RUNTIME_REPO "https://github.com/MartinWehking/unified-runtime.git" )
97
+ set (UNIFIED_RUNTIME_TAG c19b5ac6657ee80094671624100209678c5df1bd )
105
98
106
99
fetch_adapter_source (level_zero
107
100
${UNIFIED_RUNTIME_REPO}
You can’t perform that action at this time.
0 commit comments