We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 574c210 commit 82d86bfCopy full SHA for 82d86bf
sycl/test-e2e/AddressSanitizer/common/statistics.cpp
@@ -1,7 +1,7 @@
1
// REQUIRES: linux
2
// RUN: %{build} %device_asan_flags -O2 -g -o %t
3
-// RUN: env SYCL_PREFER_UR=1 %{run} %t 2>&1 | FileCheck %s
4
-// RUN: env SYCL_PREFER_UR=1 UR_LAYER_ASAN_OPTIONS=print_stats:1 %{run} %t 2>&1 | FileCheck --check-prefixes CHECK-STATS %s
+// RUN: %{run} %t 2>&1 | FileCheck %s
+// RUN: env UR_LAYER_ASAN_OPTIONS=print_stats:1 %{run} %t 2>&1 | FileCheck --check-prefixes CHECK-STATS %s
5
#include <sycl/usm.hpp>
6
7
/// This test is used to check enabling/disabling kernel debug message
0 commit comments