45 : _sizeInBytes(sizeInBytes)
56 return Local(sizeInBytes);
Local(size_t sizeInBytes)
Create a new Local object with the given size of local memory in bytes.
This class represents OpenCL local memory in SkelCL.
SKELCL_DLL Local local(size_t sizeInBytes)
Helper function to easily create an Local object with a given size.
size_t getSizeInBytes() const
Access the amount of local memory to be used in bytes.