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

Improve cudf::io::datasource::create(). #17115

Open
wants to merge 1 commit into
base: branch-24.12
Choose a base branch
from

Commits on Oct 21, 2024

  1. Implement improved cudf::io::datasource::create() functionality.

    Introduce new `datasource_kind` and `datasource_params` data types, and
    update the cudf::io::datasource::create() signature to allow
    parameterized datasource creation.
    
    Additionally, implement new datasources:
    
        - host_source: base class that does simple host-based pread() calls
        - odirect_source: derivation of above that uses O_DIRECT
        - kvikio_source: simple Kvikio-based class (that does not fall back
          to mmap)
    tpn committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    fe981b1 View commit details
    Browse the repository at this point in the history