-
Notifications
You must be signed in to change notification settings - Fork 984
Open
Labels
cudf.pandasIssues specific to cudf.pandasIssues specific to cudf.pandas
Description
cudf_polars currently contains all 22 PDSH queries in https://github.com/rapidsai/cudf/blob/branch-25.12/python/cudf_polars/cudf_polars/experimental/benchmarks/pdsh.py. We should also implement these queries to be run with cudf.pandas in order to:
- Have some visibility of runtime performance over time, namely a proxy to detect unexpected fallback behaviors of "common" operations
- A potential, consistent source from which we can socialize the performance benefits of cudf.pandas over pandas (e.g. documentation, blogs, etc.)
These benchmarks should be implemented in a manner that allows them to be run on a consistent (e.g. nightly) basis like the cudf_polars PDSH benchmarks.
Metadata
Metadata
Assignees
Labels
cudf.pandasIssues specific to cudf.pandasIssues specific to cudf.pandas
Type
Projects
Status
Todo