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 c9355e3 commit a7b2187Copy full SHA for a7b2187
sycl/unittests/Extensions/ExtOneapiBarrierOpt.cpp
@@ -42,7 +42,7 @@ TEST_F(ExtOneapiBarrierOptTest, EmptyEventTest) {
42
43
// To avoid current optimizations for empty queues, we trick q1 into thinking
44
// that it isn't empty.
45
- int dummyInt;
+ int dummyInt = 0;
46
q1.prefetch(&dummyInt, sizeof(int));
47
48
mock::getCallbacks().set_after_callback(
0 commit comments