Skip to content

Commit 2a7a4a1

Browse files
AllanZynepbalcer
andauthored
[DeviceSanitizer] Fix invalid-argument lit tests failure (#15469)
UR: oneapi-src/unified-runtime#2114 fix: #15449 --------- Co-authored-by: Piotr Balcer <[email protected]>
1 parent fd229c2 commit 2a7a4a1

File tree

3 files changed

+5
-14
lines changed

3 files changed

+5
-14
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff 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

sycl/test-e2e/AddressSanitizer/invalid-argument/out-of-bounds.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
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>

sycl/test-e2e/AddressSanitizer/invalid-argument/released-pointer.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
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>

0 commit comments

Comments
 (0)