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

WIP: Simplify DeviceSerialized and usage thereof #268

Closed

Commits on Mar 27, 2020

  1. Simplify DeviceSerialized and usage thereof

    As `"dask"` serialization already converts a CUDA object into headers
    and frames that Dask is able to work with, drop code that tries to
    serialize frames on host further (as they are already as simple as they
    can be). Cuts a fair bit of boilerplate from the spilling path, which
    should simplify things a bit.
    jakirkham committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    6916076 View commit details
    Browse the repository at this point in the history