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 0abb51a commit 47ab436Copy full SHA for 47ab436
source/adapters/level_zero/event.cpp
@@ -190,7 +190,7 @@ ur_result_t urEnqueueEventsWaitWithBarrierExt(
190
) {
191
bool InterruptBasedEventsEnabled =
192
EnqueueExtProp
193
- ? (EnqueueExtProp->flags & UR_EXP_ENQUEUE_EXT_FLAG_LOW_POWER_EVENTS) |
+ ? (EnqueueExtProp->flags & UR_EXP_ENQUEUE_EXT_FLAG_LOW_POWER_EVENTS) ||
194
Queue->InterruptBasedEventsEnabled
195
: Queue->InterruptBasedEventsEnabled;
196
// Lock automatically releases when this goes out of scope.
0 commit comments