Skip to content

Commit 93c695e

Browse files
committed
[UR][L0] fix Coverity issues for L0 Adapter
-pre-commit PR for: oneapi-src/unified-runtime#1955 Signed-off-by: Neil R. Spruit <[email protected]>
1 parent 3b91b0b commit 93c695e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
136136
endif()
137137

138138
fetch_adapter_source(level_zero
139-
${UNIFIED_RUNTIME_REPO}
140-
${UNIFIED_RUNTIME_TAG}
139+
https://github.com/nrspruit/unified-runtime.git
140+
b75f2bc2481ee99008fcb309586cedf4bdf6a9be
141141
)
142142

143143
fetch_adapter_source(opencl

0 commit comments

Comments
 (0)