Skip to content

Commit 01fe96c

Browse files
committed
[UR][L0] move platform cache into the adapter structure
Testing UR patch.
1 parent 5f6dc36 commit 01fe96c

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,8 @@ endif()
5656
if(SYCL_PI_UR_USE_FETCH_CONTENT)
5757
include(FetchContent)
5858

59-
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
60-
# commit 79c28d0f0713f58358d5080653d95803fd131749
61-
# Merge: 25e0b603 45d76b78
62-
# Author: aarongreig <[email protected]>
63-
# Date: Fri Jan 12 16:14:44 2024 +0000
64-
# Merge pull request #1186 from hdelan/device-global-hip
65-
# [HIP] Add support for global variable read write
66-
set(UNIFIED_RUNTIME_TAG 79c28d0f0713f58358d5080653d95803fd131749)
59+
set(UNIFIED_RUNTIME_REPO "https://github.com/pbalcer/unified-runtime.git")
60+
set(UNIFIED_RUNTIME_TAG d35ea940b0a34d87b05faf19e9fbbce74ab88531)
6761

6862
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6963
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)