Skip to content

Commit

Permalink
[UR][L0] Enable default support for L0 in-order lists (intel#13033)
Browse files Browse the repository at this point in the history
Signed-off-by: Raiyan Latif <raiyan.latif@intel.com>
Co-authored-by: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
  • Loading branch information
raiyanla and kbenzie committed Apr 16, 2024
1 parent 42919a9 commit 1ba64e4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
include(FetchContent)

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit c98fdbcf1f43ce132fbae75336bda984e4ce2e78
# Merge: 5f4dd113 9b3cf9d3
# commit 4c22f5c69dc0c36ad135a3f3bc4021b47b22585e
# Merge: c98fdbcf f67dc0c6
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Thu Mar 21 10:51:45 2024 +0000
# Merge pull request #1439 from nrspruit/fix_device_native_proxy_buffer
# [L0] Fix Native Host memory usage on device with copy back sync
set(UNIFIED_RUNTIME_TAG c98fdbcf1f43ce132fbae75336bda984e4ce2e78)
# Date: Thu Mar 21 17:08:13 2024 +0000
# Merge pull request #1445 from raiyanla/enable-in-order
# [L0] Enable default support for L0 in-order lists
set(UNIFIED_RUNTIME_TAG 4c22f5c69dc0c36ad135a3f3bc4021b47b22585e)

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 1ba64e4

Please sign in to comment.