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
|
e732e50120
|
Implement/test mutable int64_axis.
|
2021-02-03 13:32:19 -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
|
95e2eaf607
|
Add nvbench::tl::foreach.
|
2020-12-22 15:20:04 -05:00 |
|
Allison Vacanti
|
334178dfa8
|
Tweak int64_axis API.
- Add `int64_axis_flags`.
- Rename `axis_base` virtuals.
|
2020-12-22 15:20:03 -05:00 |
|
Allison Vacanti
|
13dc404d56
|
Add int64_axis.
|
2020-12-21 20:31:12 -05:00 |
|