Skip to content

Commit

Permalink
[UR][HIP] Fix managed allocations
Browse files Browse the repository at this point in the history
  • Loading branch information
npmiller committed Jan 24, 2024
1 parent d3c8a7e commit f1386a5
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 @@ -56,14 +56,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/npmiller/unified-runtime.git")
# commit 7c58060ffdd86e1e342e9bea12834e49aa2cb187
# Merge: 4f800802 1b2cd5b3
# Author: Kenneth Benzie (Benie) <[email protected]>
# Date: Tue Jan 23 11:29:19 2024 +0000
# Merge pull request #1135 from nrspruit/multi_device_kernel_compilation_main
# [L0] Add support for multi-device kernel compilation
set(UNIFIED_RUNTIME_TAG 7c58060ffdd86e1e342e9bea12834e49aa2cb187)
set(UNIFIED_RUNTIME_TAG df3ead35a6cf43c657216834dd76cd137bbbe65b)

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 f1386a5

Please sign in to comment.