Skip to content

Commit

Permalink
Use hwloc
Browse files Browse the repository at this point in the history
  • Loading branch information
igchor committed Jan 16, 2024
1 parent 24255a5 commit b05e334
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/igchor/unified-runtime.git")
# commit 79c28d0f0713f58358d5080653d95803fd131749
# Merge: 25e0b603 45d76b78
# Author: aarongreig <aaron.greig@codeplay.com>
# Date: Fri Jan 12 16:14:44 2024 +0000
# Merge pull request #1186 from hdelan/device-global-hip
# [HIP] Add support for global variable read write
set(UNIFIED_RUNTIME_TAG 79c28d0f0713f58358d5080653d95803fd131749)
set(UNIFIED_RUNTIME_TAG 19609ead75bc9f2bf9dd60849ff81e092e108b30)

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 b05e334

Please # to comment.