Skip to content

Commit 0bad787

Browse files
committed
fix merge
1 parent 656f5c3 commit 0bad787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/plugins/level_zero/pi_level_zero.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ bool _pi_queue::isInOrderQueue() const {
840840

841841
bool _pi_queue::isEagerExec() const {
842842
// If lazy exec queue property is not set, then it's an eager queue.
843-
return ((this->PiQueueProperties & (1<<10) ) == 0);
843+
return ((this->Properties & (1<<10) ) == 0);
844844
}
845845

846846
pi_result _pi_queue::resetCommandList(pi_command_list_ptr_t CommandList,

0 commit comments

Comments
 (0)