Skip to content

Commit

Permalink
Update sycl/plugins/unified_runtime/CMakeLists.txt
Browse files Browse the repository at this point in the history
Co-authored-by: Kenneth Benzie (Benie) <k.benzie83@gmail.com>
  • Loading branch information
EwanC and kbenzie authored Mar 12, 2024
1 parent 6f086ae commit ce399b3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,13 @@ endif()
if(SYCL_PI_UR_USE_FETCH_CONTENT)
include(FetchContent)

set(UNIFIED_RUNTIME_REPO "https://github.com/Bensuo/unified-runtime.git")
set(UNIFIED_RUNTIME_TAG ben/cuda-param-fix)
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit 1f6cbe61d9a142d88d8edf90c655e3cb9f0b6fb9
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Tue Mar 12 10:35:28 2024 +0000
# Merge pull request #1426 from Bensuo/ben/cuda-param-fix
# [CUDA] Fix build issue with version < 12.0
set(UNIFIED_RUNTIME_TAG 1f6cbe61d9a142d88d8edf90c655e3cb9f0b6fb9)

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 ce399b3

Please sign in to comment.