Allison Vacanti
078919b6b4
Add LICENSE file and boilerplate.
...
for i in `find ./ -regex ".*\.cuh?$"`
do
sh -c "cat ~/boilerplate ${i} > tmp && mv tmp ${i}"
done
2021-03-04 16:03:02 -05:00
Allison Vacanti
6aac1554d5
Add type axis masking.
...
Allow types in a type_axis to be masked out, skipping all
benchmark configurations that use a masked out type.
This will allow the axis to be modified at runtime with CLI args.
Requires various changes to support mutable axes.
2021-02-02 18:24:26 -05:00
Allison Vacanti
6dd4bebe6e
Clonable benchmarks.
...
Adds clone() methods to benchmark_base and axis_base, along with the
scaffolding to support them.
2021-01-14 17:51:13 -05:00
Allison Vacanti
a1bd7b03b3
Update state_generator::create to handle type axes.
2020-12-31 16:28:41 -05:00
Allison Vacanti
65eadda1c1
Add type_axis::get_index.
2020-12-22 16:37:19 -05:00
Allison Vacanti
07e4cc36c2
Add type_axis.
2020-12-22 15:20:04 -05:00