I would like to dynamically allocate local memory for my kernel:
error_code = clSetKernelArg(myKernel, 2, localMemSize, NULL);
This call will cause windows access violation 7, Visual Studio 2012, using the beta version of the Intel OpenCL SDK 2014.
Am I doing something wrong?
[Edit] here is my github project
https://github.com/OpenCodec/ocldwt
source
share