You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TOpenCLCommandQueue Class > TOpenCLCommandQueue Properties > TOpenCLCommandQueue.OutOfOrder Property
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TOpenCLCommandQueue.OutOfOrder Property

Set this property to true, if you would like to have commands executed out of order.

Syntax
C#
Visual Basic
public bool OutOfOrder;

Cosecutive kernels submitted to this queue will not finish in the order in which they were started, if this property is set to true. The driver in this case allowed to optimize the order of execution to achieve highest performance on the device. And exception will be raised if this property is set to true and device does not support this feature. See TOpenCLDevice.QueueOutOfOrderExec for more information.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!