eyalroz / gpu-kernel-runner

Runs a single CUDA/OpenCL kernel, taking its source from a file and arguments from the command-line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support dynamic shared memory in OpenCL

eyalroz opened this issue · comments

We currently only support dynamic shared memory when launching CUDA kernels. In OpenCL, it's more complex to use, requiring an association with a dummy kernel parameter. We should implement that.