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

Prefer user-specified definitions over generated ones

eyalroz opened this issue · comments

If a certain preprocessor definition can be generated - we should always prefer the user's override for it over the generated value. Right now, there's no explicit preference and it's up to a map-union implementation to do as it pleases.