Skip to content

Commit 04c4317

Browse files
authored
[SYCL] [NATIVECPU] Remove event.hpp inclusion (#12228)
UR pull request: oneapi-src/unified-runtime#1207
1 parent 37af029 commit 04c4317

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
5757
include(FetchContent)
5858

5959
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
60-
# commit 8d1486a607666763413fea3c70b74a3dd8f73c0d
61-
# Author: aarongreig <aaron.greig@codeplay.com>
62-
# Date: Mon Dec 18 13:15:43 2023 +0000
63-
# Merge pull request #939 from steffenlarsen/steffen/virtual_mem_adapters
64-
# [UR][CUDA][L0][HIP] Add virtual memory adapter implementations
65-
set(UNIFIED_RUNTIME_TAG 8d1486a607666763413fea3c70b74a3dd8f73c0d)
60+
# commit 8c2d93dd12856dc699cb5b38fe3bd91bd6298a86 (HEAD -> main, gitlab-orion-origin/main)
61+
# Author: Weronika Lewandowska <weronika.lewandowska@intel.com>
62+
# Date: Fri Dec 22 10:11:47 2023 +0100
63+
# Merge pull request #1207 from PietroGhg/pietro/remove_event_hpp
64+
# [NATIVECPU] Remove event.hpp inclusion
65+
set(UNIFIED_RUNTIME_TAG 8c2d93dd12856dc699cb5b38fe3bd91bd6298a86)
6666

6767
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6868
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)