Skip to content

Commit 4d6f728

Browse files
Update source/adapters/level_zero/event.cpp
Co-authored-by: Neil R. Spruit <[email protected]>
1 parent 9679ead commit 4d6f728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/adapters/level_zero/event.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@ ur_result_t EventCreate(ur_context_handle_t Context, ur_queue_handle_t Queue,
12611261
ZeEventDesc.index = Index;
12621262
ZeEventDesc.wait = 0;
12631263

1264-
if (Flags & USING_IMM_CMDLIST || Flags & COUNTER_BASED) {
1264+
if (Flags & HOST_VISIBLE || Flags & COUNTER_BASED) {
12651265
ZeEventDesc.signal = ZE_EVENT_SCOPE_FLAG_HOST;
12661266
} else {
12671267
//

0 commit comments

Comments
 (0)