Skip to content

Commit 4a2df5c

Browse files
committed
clang formatted.
Signed-off-by: rbegam <[email protected]>
1 parent 408b7da commit 4a2df5c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

sycl/plugins/level_zero/pi_level_zero.hpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -331,18 +331,12 @@ struct _pi_queue : _pi_object {
331331
// needed/used for the queue data structures.
332332
std::mutex PiQueueMutex;
333333

334-
// Keeps the properties of this queue.
335-
//pi_queue_properties PiQueueProperties;
336-
337334
// Keeps track of the event associated with the last enqueued command into
338335
// this queue. this is used to add dependency with the last command to add
339336
// in-order semantics and updated with the latest event each time a new
340337
// command is enqueued.
341338
pi_event LastCommandEvent;
342339

343-
// Returns true if the queue is a in-order queue.
344-
//bool isInOrderQueue() const;
345-
346340
// Open command list field for batching commands into this queue.
347341
ze_command_list_handle_t ZeOpenCommandList = {nullptr};
348342
ze_fence_handle_t ZeOpenCommandListFence = {nullptr};

0 commit comments

Comments
 (0)