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

If set to True, the Intel Open CL driver will execute all kernels within the callers thread.

Syntax
C#
Visual Basic
public bool ImmediateExecution;

This feature was introduced first with Intel Open CL v1.5. If True, the calls to clEnqueue* will be blocking calls and the kernels will execute within the callers thread reducing the call overhead by a large margin. The ImmediateExecution should typically be paired with OutOfOrder set to True to allow multiple threads calling kernels without blocking each other.

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