Skip to content

Commit 277dc9c

Browse files
committed
fix ==
Signed-off-by: Sergey V Maslov <[email protected]>
1 parent 6c754cb commit 277dc9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/plugins/level_zero/pi_level_zero.hpp

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ struct _pi_queue : _pi_object {
552552
OwnZeCommandQueue{OwnZeCommandQueue}, UseDynamicBatching{BatchSize ==
553553
0},
554554
PiQueueProperties(PiQueueProperties) {
555-
OpenCommandList == CommandListMap.end();
555+
OpenCommandList = CommandListMap.end();
556556
}
557557

558558
// Level Zero compute command queue handle.

0 commit comments

Comments
 (0)