Add option_parser.

Currently supports `--benchmark` and `--axis` options.
This commit is contained in:
Allison Vacanti
2021-02-03 21:39:17 -05:00
parent 3bd389b570
commit efd4442d1b
5 changed files with 1324 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ set(test_srcs
float64_axis.cu
int64_axis.cu
named_values.cu
option_parser.cu
runner.cu
state.cu
state_generator.cu