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

Returns the amount of local memory in bytes being used by a kernel.

Syntax
C#
Visual Basic
public int LocalMemorySize;

This includes local memory that may be needed by an implementation to execute the kernel, variables declared inside the kernel with the __local address qualifier and local memory to be allocated for arguments to the kernel declared as pointers with the __local address qualifier and whose size is specified with clSetKernelArg.

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