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 82d86bf commit 4dc75ccCopy full SHA for 4dc75cc
sycl/test-e2e/AddressSanitizer/common/statistics.cpp
@@ -4,8 +4,8 @@
4
// 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
8
-/// We always use "[kernel]" prefix in kernel debug message
+/// This test is used to check enabling/disabling memory overhead statistics
+/// We always use "Stats" prefix in statistics message like asan
9
10
constexpr std::size_t N = 4;
11
constexpr std::size_t group_size = 1;
0 commit comments