44 #include "SkelCL/detail/Skeleton.h"
48 const size_t defaultWorkGroupSize = 256;
57 : _workGroupSize(::defaultWorkGroupSize)
61 Skeleton::Skeleton(
const unsigned workGroupSize)
62 : _workGroupSize(workGroupSize)
70 size_t Skeleton::workGroupSize()
const
72 return _workGroupSize;
75 void Skeleton::setWorkGroupSize(
size_t size)
77 _workGroupSize = size;
80 void Skeleton::prepareAdditionalInput()
const
84 void Skeleton::updateModifiedStatus()
const