Skip to content

Commit 6fef6da

Browse files
committed
rebase
Signed-off-by: Sergey V Maslov <[email protected]>
1 parent 07993cb commit 6fef6da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/plugins/level_zero/pi_level_zero.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ bool _pi_queue::isInOrderQueue() const {
695695

696696
pi_result _pi_queue::resetCommandList(pi_command_list_ptr_t CommandList,
697697
bool MakeAvailable) {
698-
bool UseCopyEngine = CommandList->second.isCopy());
698+
bool UseCopyEngine = CommandList->second.isCopy();
699699
auto &ZeCommandListCache = (UseCopyEngine)
700700
? this->Context->ZeCopyCommandListCache
701701
: this->Context->ZeComputeCommandListCache;
@@ -872,7 +872,7 @@ pi_result _pi_context::getAvailableCommandList(
872872
&ZeCommandListDesc, &ZeCommandList));
873873
// Increments the total number of command lists created on this platform.
874874
Queue->Device->Platform->ZeGlobalCommandListCount++;
875-
875+
876876
auto &ZeCommandQueue =
877877
(UseCopyEngine) ? ZeCopyCommandQueue : Queue->ZeComputeCommandQueue;
878878
ZE_CALL(zeFenceCreate, (ZeCommandQueue, &ZeFenceDesc, &ZeFence));

0 commit comments

Comments
 (0)