Skip to content

Commit

Permalink
Pull in changes from UR PR intel#1118
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongreig committed Dec 29, 2023
1 parent 9bfc3ae commit 78763ec
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,8 @@ endif()
if(SYCL_PI_UR_USE_FETCH_CONTENT)
include(FetchContent)

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit 8c2d93dd12856dc699cb5b38fe3bd91bd6298a86 (HEAD -> main, gitlab-orion-origin/main)
# Author: Weronika Lewandowska <weronika.lewandowska@intel.com>
# Date: Fri Dec 22 10:11:47 2023 +0100
# Merge pull request #1207 from PietroGhg/pietro/remove_event_hpp
# [NATIVECPU] Remove event.hpp inclusion
set(UNIFIED_RUNTIME_TAG 8c2d93dd12856dc699cb5b38fe3bd91bd6298a86)
set(UNIFIED_RUNTIME_REPO "https://github.com/aarongreig/unified-runtime.git")
set(UNIFIED_RUNTIME_TAG 42c60fa1035a5bb4debc15ee8d62eeaf56eabc80)

if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")
Expand Down

0 comments on commit 78763ec

Please sign in to comment.