You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TOpenCLKernel Class > TOpenCLKernel Methods > TOpenCLKernel.GetCompileWorkGroupSize Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TOpenCLKernel.GetCompileWorkGroupSize Method

Returns the work-group size specified in the source code.

Syntax
C#
Visual Basic
public int GetCompileWorkGroupSize(int i);

In the source code we can specify the recommended work group size with the __attribute__((reqd_work_group_size(X, Y, Z))) qualifier.

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