Skip to content

Pull requests: rapidsai/cudf

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Swap cuda::std::distance for thrust::distance improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
#19050 opened May 30, 2025 by vyasr Loading…
2 of 3 tasks
Expand chunked Parquet writer benchmark also add formatted throughput improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
#19049 opened May 30, 2025 by Matt711 Loading…
1 of 3 tasks
Remove stacktrace retrieval code 3 - Ready for Review Ready for review by team CMake CMake build issue feature request New feature or request libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
#19048 opened May 30, 2025 by ttnghia Loading…
2
Rename parquet_chunked_writer to chunked_parquet_writer for consistency with the reader 2 - In Progress Currently a work in progress breaking Breaking change cuIO cuIO issue improvement Improvement / enhancement to an existing function Java Affects Java cuDF API. libcudf Affects libcudf (C++/CUDA) code. pylibcudf Issues specific to the pylibcudf package Python Affects Python cuDF API.
#19047 opened May 30, 2025 by mhaseeb123 Draft
3 tasks done
[WIP] Introduce internal Task specification for cudf-polars streaming engine 2 - In Progress Currently a work in progress cudf.polars Issues specific to cudf.polars improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.
#19046 opened May 30, 2025 by rjzamora Draft
3 tasks
Compile libcudf using C++20 Standard breaking Breaking change CMake CMake build issue feature request New feature or request libcudf Affects libcudf (C++/CUDA) code.
#19045 opened May 29, 2025 by vuule Draft
2 of 3 tasks
Add pylibcudf.Scalar.to_py to avoid scalar conversion to host via pyarrow cudf.polars Issues specific to cudf.polars improvement Improvement / enhancement to an existing function non-breaking Non-breaking change pylibcudf Issues specific to the pylibcudf package Python Affects Python cuDF API.
#19043 opened May 29, 2025 by mroeschke Loading…
3 tasks
refactor(rattler): remove cuda 11 branching improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
#19039 opened May 29, 2025 by gforsyth Loading…
3 tasks done
String Transform Examples: Added Public API Versions & Sampling CMake CMake build issue feature request New feature or request libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
#19038 opened May 29, 2025 by lamarrr Draft
3 tasks done
[FEA] Add chunked Parquet sink support using the libcudf writer cudf.polars Issues specific to cudf.polars feature request New feature or request non-breaking Non-breaking change pylibcudf Issues specific to the pylibcudf package Python Affects Python cuDF API.
#19015 opened May 28, 2025 by Matt711 Loading…
2 of 3 tasks
Improving Parquet decode throughput for struct type columns cuIO cuIO issue improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change Performance Performance related issue
#19014 opened May 28, 2025 by shrshi Draft
3 tasks done
Unify Frame._split and DataFrame.scatter_by_map/partition_by_hash implementations improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.
#19013 opened May 28, 2025 by mroeschke Loading…
3 tasks
Move IndexedFrame.memory_usage docstrings to DataFrame/Series, make RangeIndex methods consistent with base class improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.
#19010 opened May 28, 2025 by mroeschke Loading…
3 tasks
Share DataFrame/Series.(de)seralize methods, implement to_dlpack directly on Frame improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.
#19008 opened May 28, 2025 by mroeschke Loading…
3 tasks
[WIP] Cap default partition size in cudf-polars streaming engine 2 - In Progress Currently a work in progress cudf.polars Issues specific to cudf.polars improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.
#19005 opened May 28, 2025 by rjzamora Draft
Fix pylibcudf docs for some strings APIs 3 - Ready for Review Ready for review by team doc Documentation non-breaking Non-breaking change pylibcudf Issues specific to the pylibcudf package Python Affects Python cuDF API.
#19004 opened May 28, 2025 by davidwendt Loading…
3 tasks done
Part 2/n: Use cooperative groups in PQ decoders 4 - Needs Review Waiting for reviewer to review or respond cuIO cuIO issue improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
#18978 opened May 27, 2025 by mhaseeb123 Loading…
3 tasks done
Move libcudf copying benchmarks to nvbench 3 - Ready for Review Ready for review by team CMake CMake build issue improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
#18976 opened May 27, 2025 by davidwendt Draft
3 tasks done
Add lag/lead/bitwise/row_number aggregations to pylibcudf improvement Improvement / enhancement to an existing function non-breaking Non-breaking change pylibcudf Issues specific to the pylibcudf package Python Affects Python cuDF API.
#18975 opened May 27, 2025 by mroeschke Loading…
3 tasks
Trace IR.do_evaluate in cudf_polars cudf.polars Issues specific to cudf.polars improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.
#18970 opened May 27, 2025 by TomAugspurger Loading…
Remove unnecessary synchronization (miss-sync) during Parquet reading libcudf Affects libcudf (C++/CUDA) code.
#18968 opened May 26, 2025 by JigaoLuo Draft
1 of 3 tasks
[DOC] Improve code documentation in vector_factories.hpp
#18966 opened May 26, 2025 by JigaoLuo Loading…
2 of 3 tasks
xfail more pandas unit tests that fail with cudf.pandas before execution instead of xfailing after execution cudf.pandas Issues specific to cudf.pandas improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.
#18965 opened May 23, 2025 by mroeschke Loading…
3 tasks
Propagate IR subtypes in lower_ir_node cudf.polars Issues specific to cudf.polars improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.
#18964 opened May 23, 2025 by TomAugspurger Draft
Add basic Sink support for streaming cudf-polars executor 2 - In Progress Currently a work in progress cudf.polars Issues specific to cudf.polars feature request New feature or request non-breaking Non-breaking change Python Affects Python cuDF API.
#18963 opened May 23, 2025 by rjzamora Loading…
3 tasks
ProTip! Adding no:label will show everything without a label.