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 kernel adapters both inside and outside of the kernel_adapters namespace

eyalroz opened this issue · comments

The kernel source generation scripts currently only work if the kernel is defined within the kernel_adapters namespace; let's fix that, so we can shorten our adapter boilerplate template.