diff --git a/sycl/cmake/modules/FetchUnifiedRuntime.cmake b/sycl/cmake/modules/FetchUnifiedRuntime.cmake index 894c5d76a4cc1..525c27a32258e 100644 --- a/sycl/cmake/modules/FetchUnifiedRuntime.cmake +++ b/sycl/cmake/modules/FetchUnifiedRuntime.cmake @@ -117,14 +117,11 @@ if(SYCL_UR_USE_FETCH_CONTENT) endfunction() set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") - # commit df6da35d6e67f2383db28dd49ab08c5c0ef541d2 - # Merge: 67590533 55bd5636 - # Author: aarongreig - # Date: Mon Oct 7 12:28:07 2024 +0100 - # Merge pull request #2038 from GeorgeWeb/georgi/unsupported-max-coop-wgsize - # [UR][hip][opencl] Mark urKernelSuggestMaxCooperativeGroupCountExp as unsupported - # instead of returning misleading default value - set(UNIFIED_RUNTIME_TAG df6da35d6e67f2383db28dd49ab08c5c0ef541d2) + # commit 5e95d3334b872e6ae639d627c00dcbb7d206b702 + # Author: Maosu Zhao + # Date: Thu Oct 10 20:48:09 2024 +0800 + # [DeviceSanitizer] Only try to get backtrace symbols when needed (#2128) + set(UNIFIED_RUNTIME_TAG 5e95d3334b872e6ae639d627c00dcbb7d206b702) set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES") # Due to the use of dependentloadflag and no installer for UMF and hwloc we need diff --git a/sycl/test-e2e/AddressSanitizer/invalid-argument/out-of-bounds.cpp b/sycl/test-e2e/AddressSanitizer/invalid-argument/out-of-bounds.cpp index ac5473b18646a..54491aaed6c7b 100644 --- a/sycl/test-e2e/AddressSanitizer/invalid-argument/out-of-bounds.cpp +++ b/sycl/test-e2e/AddressSanitizer/invalid-argument/out-of-bounds.cpp @@ -2,9 +2,6 @@ // RUN: %{build} %device_asan_flags -O2 -g -o %t // RUN: env SYCL_PREFER_UR=1 UR_LAYER_ASAN_OPTIONS="detect_kernel_arguments:1" %{run} not %t 2>&1 | FileCheck %s -// See https://github.com/intel/llvm/issues/15449 -// UNSUPPORTED: gpu-intel-dg2 - #include #include diff --git a/sycl/test-e2e/AddressSanitizer/invalid-argument/released-pointer.cpp b/sycl/test-e2e/AddressSanitizer/invalid-argument/released-pointer.cpp index e78d9a4c15775..589d2f4c5ff1a 100644 --- a/sycl/test-e2e/AddressSanitizer/invalid-argument/released-pointer.cpp +++ b/sycl/test-e2e/AddressSanitizer/invalid-argument/released-pointer.cpp @@ -2,9 +2,6 @@ // RUN: %{build} %device_asan_flags -O2 -g -o %t // RUN: env SYCL_PREFER_UR=1 UR_LAYER_ASAN_OPTIONS="quarantine_size_mb:1;detect_kernel_arguments:1" %{run} not %t 2>&1 | FileCheck %s -// See https://github.com/intel/llvm/issues/15449 -// UNSUPPORTED: gpu-intel-dg2 - #include #include