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 adapter generation of additional preprocessor definitions

eyalroz opened this issue · comments

Sometimes, certain preprocessor definitions, while necessary for compilation can in fact be derived from other (compile-time) values, machine info etc. Let us let adapters apply such logic and generate additional preprocessor definitions if they so wish.