NVIDIA / cuCollections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ENHANCEMENT]: Make default axis values show up in benchmark output

sleeepyjack opened this issue · comments

Is your feature request related to a problem? Please describe.

Currently, default axis values are handled through nvbench's state.get_<type>_or_default facilities. With this approach, the axis values won't show up in the output.

Describe the solution you'd like

Explicitly specify the default value at the benchmark call site, e.g. .add_<type>_axis("Occupancy", {defaults::OCCUPANCY})

Describe alternatives you've considered

No response

Additional context

No response