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

Returns the maximum size of the Work Group for this Kernel.

Syntax
C#
Visual Basic
public int WorkGroupSize;

The OpenCL implementation uses the resource requirements of the kernel (register usage etc.) to determine what this workgroup size should be.

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