File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -331,18 +331,12 @@ struct _pi_queue : _pi_object {
331
331
// needed/used for the queue data structures.
332
332
std::mutex PiQueueMutex;
333
333
334
- // Keeps the properties of this queue.
335
- // pi_queue_properties PiQueueProperties;
336
-
337
334
// Keeps track of the event associated with the last enqueued command into
338
335
// this queue. this is used to add dependency with the last command to add
339
336
// in-order semantics and updated with the latest event each time a new
340
337
// command is enqueued.
341
338
pi_event LastCommandEvent;
342
339
343
- // Returns true if the queue is a in-order queue.
344
- // bool isInOrderQueue() const;
345
-
346
340
// Open command list field for batching commands into this queue.
347
341
ze_command_list_handle_t ZeOpenCommandList = {nullptr };
348
342
ze_fence_handle_t ZeOpenCommandListFence = {nullptr };
You can’t perform that action at this time.
0 commit comments