Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
al42and committed Apr 3, 2024
1 parent 4f91bbb commit ab0d244
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 @@ -81,14 +81,8 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
endfunction()

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit 3a7d00f136cf5d69e61bf1e235393dfc56f55525
# Merge: cd5ad7b5 9e5c6203
# Author: aarongreig <aaron.greig@codeplay.com>
# Date: Mon Apr 1 15:16:30 2024 +0100
# Merge pull request #1485 from aarongreig/aaron/addDeviceNotAvailableErrC
# Add UR_ERROR_DEVICE_NOT_AVAILABLE and appropriate translation for CL.
set(UNIFIED_RUNTIME_TAG 3a7d00f136cf5d69e61bf1e235393dfc56f55525)
set(UNIFIED_RUNTIME_REPO "https://github.com/al42and/unified-runtime.git")
set(UNIFIED_RUNTIME_TAG fix-sub-group-size-info)

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 ab0d244

Please sign in to comment.