-
Notifications
You must be signed in to change notification settings - Fork 904
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
[WIP] Serialize/deserialize with libcudf pack/unpack #5025
Conversation
And fix for pack: was using moved-from data. Forgot to add first metadata element which stands in for the table
Because that is also expensive to copy so we need to enforce taking ownership
…erialize-with-pack-unpack
…erialize-with-pack-unpack
Make documentation uniform for stream and memory resource params in cpp
…erialize-with-pack-unpack
[REVIEW] Deprecate nvstrings
[REVIEW] Fix DEBUG compilation failure due to `fixed_point.hpp`
Remove unused native deps from java library
…erialize-with-pack-unpack
As some serialization strategies may rely on some or all frames on host, add logic to `Serializable` to track which frames are on host or device and ensure they are handled appropriately.
FWIW I think PR ( #5309 ) should make the needed changes to |
PR ( #5309 ) was merged into |
@VibhuJawa tested this PR and reported that it actually slowed things down for some of his work. Are we interested in pursuing this further? cc: @kkraus14 @devavret @jakirkham @jrhemstad |
This could be handy if/when we have cudf configuration. Use/don't use packing could be a switchable option. |
Yeah that is what we are discussing in issue ( #5311 ). |
@shwina going to close this for now since it's stalled. We can reopen if desired. |
Still WIP. Depends on #4941 and #5309