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 dd58467 commit ac51c0aCopy full SHA for ac51c0a
sycl/tools/sycl-sanitize/collector.cpp
@@ -181,8 +181,8 @@ XPTI_CALLBACK_API void xptiTraceFinish(const char *StreamName) {
181
}
182
183
XPTI_CALLBACK_API void tpCallback(uint16_t TraceType,
184
- xpti::trace_event_data_t *Parent,
185
- xpti::trace_event_data_t *Event,
+ xpti::trace_event_data_t *,
186
uint64_t /*Instance*/, const void *UserData) {
187
auto *Payload = xptiQueryPayloadByUID(xptiGetUniversalId());
188
sycl/tools/sycl-sanitize/main.cpp
@@ -6,8 +6,10 @@
6
//
7
//===----------------------------------------------------------------------===//
8
9
+#include "launch.hpp"
10
#include "llvm/Support/CommandLine.h"
11
12
+#include <iostream>
13
#include <string>
14
15
using namespace llvm;
0 commit comments