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 16b06ff commit 9324512Copy full SHA for 9324512
sycl/unittests/Extensions/EventMode.cpp
@@ -12,10 +12,13 @@
12
13
#include <gtest/gtest.h>
14
15
+#include <utility>
16
+
17
inline thread_local size_t counter_urEnqueueEventsWaitWithBarrierExt = 0;
18
inline ur_result_t after_urEnqueueEventsWaitWithBarrierExt(void *pParams) {
19
auto Params =
20
*static_cast<ur_enqueue_events_wait_with_barrier_ext_params_t *>(pParams);
21
+ std::ignore = Params;
22
23
assert(*Params.ppProperties != nullptr);
24
assert((*Params.ppProperties)->flags &
0 commit comments