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 --ecosystem="foo" rather than --foo

eyalroz opened this issue · comments

We currently choose the execution ecosystem using one of the option --cuda and --opencl. This works, but it's probably a good idea to support --ecosystem=cuda or --ecosystem=opencl.