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

Add more alias for command-line options

eyalroz opened this issue · comments

It would be nice to be able to say --arg instead of --argument, or write-durations instead of write-execution-durations. We can use the support for long-name aliases in cxxopts which I introduced in jarro2783/cxxopts#349 (and is now implemented in the version of cxxopts we have vendored here).