Skip to content

[FEA]: Update cudf-polars join functions to use CUDA streams #20240

@TomAugspurger

Description

@TomAugspurger

The initial implementation of adding CUDA streams to cudf-polars (#20154) doesn't maximize the concurrency. In particular, see

There are some subtleties around the stream ordering of some sequences of operations that mix values that can happen independently on multiple streams and values that are on a joined stream.

This issue will be closed once we've maximized the available concurrecny.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions