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

Unuseful error message when a scalar argument is missing

eyalroz opened this issue · comments

At the moment, if you fail to specify one of the required scalar arguments, you currently get a map::at()-failure exception, with no useful information beyond this.

Instead, let's say which scalar parameter is missing.