nsubtil / lift

A collection of parallel programming primitives for CPUs and GPUs
Other
12 stars 3 forks source link

Command line parser for test harness #36

Open nsubtil opened 8 years ago

nsubtil commented 8 years ago

The test harness functionality desperately needs a command line parser. We need to be able to do things such as:

The exact set of features that we'll implement on top of this is TBD, but they all require some way to receive runtime parameters, hence the need for a command line parser of some sort.

nsubtil commented 8 years ago

Running a specific test and enabling/disabling compute devices is mostly implemented. There's no option to pick a specific GPU, but setting CUDA_VISIBLE_DEVICES should be an adequate proxy for now.

Lowering this to P2 for the remaining features.