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

Useless check for whether we've "gotten" all buffers which need reading

eyalroz opened this issue · comments

We can never fail to have a value for a buffer: If we didn't get one explicitly, there's always a fallback. So, we never need the part of verify_input_arguments() which checks for missing paths for buffers.