Skip to content

Commit fe654a0

Browse files
author
Martin Wehking
committed
CI testing for intel#1538
1 parent 82aaf27 commit fe654a0

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ if("native_cpu" IN_LIST SYCL_ENABLE_PLUGINS)
3838
endif()
3939

4040
# 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}")
4342
if(WIN32)
4443
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /WX-")
4544
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /WX-")
@@ -94,14 +93,8 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
9493
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
9594
endfunction()
9695

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)
10598

10699
fetch_adapter_source(level_zero
107100
${UNIFIED_RUNTIME_REPO}

0 commit comments

Comments
 (0)