Skip to content

Commit

Permalink
[UR][L0] multi-device event cache optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
pbalcer committed Feb 29, 2024
1 parent 2ebc479 commit b5a26cc
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +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 91c6068bb581acf72f02f1284ab0464ec4f03e34
# Merge: de328246 89ad3408
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Fri Feb 23 13:39:03 2024 +0000
# Merge pull request #1274 from isaacault/iault/image_array_copy
# [Bindless][Exp] Add Support For Image Arrays
set(UNIFIED_RUNTIME_TAG 91c6068bb581acf72f02f1284ab0464ec4f03e34 )
set(UNIFIED_RUNTIME_REPO "https://github.com/pbalcer/unified-runtime.git")
set(UNIFIED_RUNTIME_TAG 8a5d6d397cf036b832ff9e909dbfb5d269e57212 )

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 b5a26cc

Please sign in to comment.