-
Notifications
You must be signed in to change notification settings - Fork 916
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
Free temp memory no longer needed in multibyte_split processing #16091
Merged
rapids-bot
merged 29 commits into
rapidsai:branch-24.08
from
davidwendt:mbs-free-temp-mem
Jul 9, 2024
Merged
Changes from 13 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
3e941bc
Add stream parameter to cudf::io::text::multibyte_split
davidwendt 85f3d5e
Merge branch 'branch-24.08' into stream-mutlibyte-split
davidwendt 925aa96
fix doxygen
davidwendt ed1f883
Merge branch 'branch-24.08' into stream-mutlibyte-split
davidwendt 6e69dc3
Merge branch 'branch-24.08' into stream-mutlibyte-split
davidwendt 055e6b4
Free temp memory no longer needed in multibyte_split processing
davidwendt 8580a58
empty commit to trigger CI
davidwendt 9056352
Merge branch 'stream-mutlibyte-split' into mbs-free-temp-mem
davidwendt f09feb8
Merge branch 'stream-mutlibyte-split' of github.com:davidwendt/cudf i…
davidwendt d19ad46
Merge branch 'branch-24.08' into mbs-free-temp-mem
davidwendt 31fe8fb
Merge branch 'branch-24.08' into stream-mutlibyte-split
davidwendt 6533c49
Merge branch 'stream-mutlibyte-split' into mbs-free-temp-mem
davidwendt f390836
Merge branch 'branch-24.08' into stream-mutlibyte-split
davidwendt 3e19f09
Merge branch 'stream-mutlibyte-split' into mbs-free-temp-mem
davidwendt 8f71bcf
Merge branch 'branch-24.08' into stream-mutlibyte-split
davidwendt c51028c
Merge branch 'branch-24.08' into stream-mutlibyte-split
davidwendt 1e73e6a
add multibyte_split to io_readers doxygen group
davidwendt a770b46
add data-chunk and parse-options to io_readers
davidwendt dd2b09b
add io::text to conf.py
davidwendt 9f88ad2
Merge branch 'stream-mutlibyte-split' of github.com:davidwendt/cudf i…
davidwendt da11adc
Merge branch 'branch-24.08' into stream-mutlibyte-split
davidwendt 70576b6
Merge branch 'stream-mutlibyte-split' into mbs-free-temp-mem
davidwendt 76ab655
fix merge conflict
davidwendt c6d9bd8
Merge branch 'mbs-free-temp-mem' of github.com:davidwendt/cudf into m…
davidwendt 052ae9c
Merge branch 'branch-24.08' into mbs-free-temp-mem
davidwendt a289f0f
Merge branch 'branch-24.08' into mbs-free-temp-mem
davidwendt 021b469
Merge branch 'branch-24.08' into mbs-free-temp-mem
davidwendt 50aedd5
Merge branch 'branch-24.08' into mbs-free-temp-mem
davidwendt 1c871a4
update namespace decls
davidwendt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like combining these, it tells me more about the scope of this file (specifically that we won't be putting things into
cudf::io
orcudf
, justcudf::io::text
.