diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 0cbbcf4a574be..252deba45219a 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -100,11 +100,12 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) endfunction() set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") - # commit 58ca3a34dea0f559b8d950bdfe7d5d8a610d3a94 - # Author: Yang Zhao - # Date: Thu Jun 27 20:26:17 2024 +0800 - # [DeviceSanitizer] Support out-of-bounds on private memory (#1676) - set(UNIFIED_RUNTIME_TAG 58ca3a34dea0f559b8d950bdfe7d5d8a610d3a94) + # commit aaf08109f2a05adb61f50478824ae2739526daee + # Author: Ben Tracy + # Date: Mon Jun 17 14:49:53 2024 +0100 + # [CMDBUF] Fix coverity issue in command buffers + # - Fix incorrect conditions for copy engine usage that were reported on coverity. + set(UNIFIED_RUNTIME_TAG aaf08109f2a05adb61f50478824ae2739526daee) fetch_adapter_source(level_zero ${UNIFIED_RUNTIME_REPO}