Allison Piper
|
3440855dbd
|
Formatting updates.
|
2025-04-14 17:26:12 +00:00 |
|
Allison Vacanti
|
cc01d8863c
|
Fix copyright year.
|
2021-03-08 18:39:27 -05:00 |
|
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
|
b48da531b0
|
Implement/test mutable string_axis.
|
2021-02-03 13:37:01 -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
|
76f9c9b0d6
|
Add nvbench::string_axis.
|
2020-12-22 16:57:42 -05:00 |
|