Skip to content

Commit 5858cf7

Browse files
committed
[UR][L0] Fix to p2p properties init for pNext and stype
- pre-commit PR for oneapi-src/unified-runtime#1507 Signed-off-by: Neil R. Spruit <[email protected]>
1 parent a14d0b5 commit 5858cf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
104104
set(UNIFIED_RUNTIME_TAG e00a764f8dafd1319b636aa99c15601ec0d4d7fc)
105105

106106
fetch_adapter_source(level_zero
107-
${UNIFIED_RUNTIME_REPO}
108-
${UNIFIED_RUNTIME_TAG}
107+
https://github.com/nrspruit/unified-runtime.git
108+
9222315fe69b755b21f867cbe904da609e0f06ad
109109
)
110110

111111
fetch_adapter_source(opencl

0 commit comments

Comments
 (0)