Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plot comparison results #90

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gevtushenko
Copy link
Collaborator

This PR adds visualization to the comparison script. Here's an example for:

// ...
  .add_int64_power_of_two_axis("elements", nvbench::range(12, 28, 4))
  .add_int64_axis("ratio", {0, 10});

When script is executed, one can specify the axis along which the visualization should be made:

nvbench_compare.py --plot-along elements ref.json cmp.json

image

During visualization, reference is plotted as dashed line and the noise is illustrated as an error band.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant