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

Use cudf_test temp_directory class for nvtext::subword_tokenize gbenchmark #14558

Merged

Conversation

davidwendt
Copy link
Contributor

Description

Changes the creation of a temporary subword hash file to use the temp_directory class from cudf_test/file_utilities.hpp.
This is part of an overall effort to consolidate and document libcudf environment variables.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@davidwendt davidwendt added 3 - Ready for Review Ready for review by team libcudf Affects libcudf (C++/CUDA) code. improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Dec 4, 2023
@davidwendt davidwendt self-assigned this Dec 4, 2023
@davidwendt davidwendt requested a review from a team as a code owner December 4, 2023 16:53
@davidwendt davidwendt added the strings strings issues (C++ and Python) label Dec 4, 2023
@davidwendt davidwendt requested a review from a team as a code owner December 4, 2023 18:44
Copy link
Member

@harrism harrism left a comment

Choose a reason for hiding this comment

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

One minor suggestion.

cpp/benchmarks/text/subword.cpp Outdated Show resolved Hide resolved
@davidwendt davidwendt removed the request for review from a team December 6, 2023 14:00
@davidwendt
Copy link
Contributor Author

/merge

@rapids-bot rapids-bot bot merged commit c0538f1 into rapidsai:branch-24.02 Dec 6, 2023
67 checks passed
@davidwendt davidwendt deleted the fix-subword-gbench-temp-dir branch December 6, 2023 19:33
karthikeyann pushed a commit to karthikeyann/cudf that referenced this pull request Dec 12, 2023
…hmark (rapidsai#14558)

Changes the creation of a temporary subword hash file to use the `temp_directory` class from `cudf_test/file_utilities.hpp`.
This is part of an overall effort to consolidate and document libcudf environment variables.

Authors:
  - David Wendt (https://github.com/davidwendt)

Approvers:
  - Mark Harris (https://github.com/harrism)
  - Mike Wilson (https://github.com/hyperbolic2346)

URL: rapidsai#14558
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change strings strings issues (C++ and Python)
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants