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

Updates to allow python benchmarks to run on additional datasets by default #3506

Merged

Conversation

rlratzel
Copy link
Contributor

@rlratzel rlratzel commented Apr 21, 2023

closes #3321
closes #3331

This PR includes updates to allow benchmarks to run on additional datasets that don't have weight columns, and to auto convert to undirected for algos that require that.

These datasets are not normally run in CI (when CI runs them as tests), since CI uses the -m tiny marker to get coverage using a few small datasets in order to keep CI runs quick.

This also removes the --no-rmm-reinit pytest option and replaces it with --allow-rmm-reinit in order to create a default set of RMM options to run with, instead of all combinations by default. A fixed set of options is (according to my understanding) the typical use case, and changing them multiple times within the same process is atypical and not supported well. Testers now have to pass --allow-rmm-reinit to have pytest run with multiple RMM config options.

…have weight columns, and to auto convert to undirected for algos that require that.
… fixed set of RMM options by default instead of all combinations.
@rlratzel rlratzel added bug Something isn't working non-breaking Non-breaking change labels Apr 21, 2023
@rlratzel rlratzel self-assigned this Apr 21, 2023
@rlratzel rlratzel marked this pull request as ready for review April 22, 2023 05:16
@rlratzel rlratzel requested review from a team as code owners April 22, 2023 05:16
Copy link
Member

@ajschmidt8 ajschmidt8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving ops-codeowner file changes

Copy link
Member

@alexbarghi-nv alexbarghi-nv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@alexbarghi-nv
Copy link
Member

/merge

@rapids-bot rapids-bot bot merged commit 3d6926e into rapidsai:branch-23.06 Apr 24, 2023
@rlratzel rlratzel deleted the branch-23.06-benchmark_bugfix branch September 28, 2023 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
None yet
3 participants