File tree Expand file tree Collapse file tree 3 files changed +5
-14
lines changed
test-e2e/AddressSanitizer/invalid-argument Expand file tree Collapse file tree 3 files changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -117,14 +117,11 @@ if(SYCL_UR_USE_FETCH_CONTENT)
117117 endfunction ()
118118
119119 set (UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git" )
120- # commit df6da35d6e67f2383db28dd49ab08c5c0ef541d2
121- # Merge: 67590533 55bd5636
122- # Author: aarongreig <[email protected] > 123- # Date: Mon Oct 7 12:28:07 2024 +0100
124- # Merge pull request #2038 from GeorgeWeb/georgi/unsupported-max-coop-wgsize
125- # [UR][hip][opencl] Mark urKernelSuggestMaxCooperativeGroupCountExp as unsupported
126- # instead of returning misleading default value
127- set (UNIFIED_RUNTIME_TAG df6da35d6e67f2383db28dd49ab08c5c0ef541d2)
120+ # commit 5e95d3334b872e6ae639d627c00dcbb7d206b702
121+ # Author: Maosu Zhao <[email protected] > 122+ # Date: Thu Oct 10 20:48:09 2024 +0800
123+ # [DeviceSanitizer] Only try to get backtrace symbols when needed (#2128)
124+ set (UNIFIED_RUNTIME_TAG 5e95d3334b872e6ae639d627c00dcbb7d206b702)
128125
129126 set (UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES" )
130127 # Due to the use of dependentloadflag and no installer for UMF and hwloc we need
Original file line number Diff line number Diff line change 22// RUN: %{build} %device_asan_flags -O2 -g -o %t
33// RUN: env SYCL_PREFER_UR=1 UR_LAYER_ASAN_OPTIONS="detect_kernel_arguments:1" %{run} not %t 2>&1 | FileCheck %s
44
5- // See https://github.com/intel/llvm/issues/15449
6- // UNSUPPORTED: gpu-intel-dg2
7-
85#include < sycl/detail/core.hpp>
96
107#include < sycl/usm.hpp>
Original file line number Diff line number Diff line change 22// RUN: %{build} %device_asan_flags -O2 -g -o %t
33// 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
44
5- // See https://github.com/intel/llvm/issues/15449
6- // UNSUPPORTED: gpu-intel-dg2
7-
85#include < sycl/detail/core.hpp>
96
107#include < sycl/usm.hpp>
You can’t perform that action at this time.
0 commit comments