Skip to content

Commit

Permalink
[UR][L0] Upgrade L0 loader to v1.15.1
Browse files Browse the repository at this point in the history
This to use latest features present in L0 spec.

Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
  • Loading branch information
Jaime Arteaga committed Nov 22, 2023
1 parent 6d74ec7 commit 2103cfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ endif()
if(SYCL_PI_UR_USE_FETCH_CONTENT)
include(FetchContent)

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
set(UNIFIED_RUNTIME_REPO "https://github.com/jandres742/unified-runtime.git")
# commit 71957e849435169b43e51a42025afeeb63d7508b
# Merge: ce152a64 e001b98d
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Tue Nov 21 16:41:08 2023 +0000
# Merge pull request #1100 from kbenzie/benie/fixup-multi-device-compile
# [CUDA][HIP][OpenCL][NATIVECPU] Fix multi-device compile
set(UNIFIED_RUNTIME_TAG 31b654f981f6098936e7f04c65803395a2ea343a)
set(UNIFIED_RUNTIME_TAG 87f560e4edbfe557cd85e34cc41008749466d916)

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 2103cfa

Please sign in to comment.