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

Only install RMM in mypy env on linux bug Something isn't working non-breaking Non-breaking change
#20878 opened Dec 15, 2025 by TomAugspurger Loading…
Add zstd kernels to compute-sanitizer filter parameter 3 - Ready for Review Ready for review by team improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
#20875 opened Dec 15, 2025 by davidwendt Loading…
3 tasks done
Ensure we have nvjitlink from the CUDA version used at build time or newer Python Affects Python cuDF API.
#20873 opened Dec 15, 2025 by bdice Loading…
3 tasks done
Implement batch_null_count to count nulls for multiple null masks by a single kernel call, and application in groupby aggregations 3 - Ready for Review Ready for review by team feature request New feature or request libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change Spark Functionality that helps Spark RAPIDS
#20872 opened Dec 15, 2025 by ttnghia Loading…
Add CUDA 13.1 support cudf.pandas Issues specific to cudf.pandas improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.
#20870 opened Dec 15, 2025 by bdice Loading…
Fix racecheck in parquet compute_string_page_bounds_kernel 3 - Ready for Review Ready for review by team bug Something isn't working libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
#20868 opened Dec 15, 2025 by davidwendt Loading…
3 tasks done
Remove extra syncthreads() call from ORC DecodeRowPositions device function 3 - Ready for Review Ready for review by team improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
#20867 opened Dec 15, 2025 by davidwendt Loading…
3 tasks done
Fix: Handle missing filter in build_row_mask_with_page_index_stats bug Something isn't working libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
#20862 opened Dec 14, 2025 by aryansri05 Loading…
Replace thrust count_if and copy_if with CUB + pinned memory based wrappers libcudf Affects libcudf (C++/CUDA) code.
#20861 opened Dec 12, 2025 by mhaseeb123 Draft
4 tasks
Replace thrust::reduce_by_key with CUB + pinned memory based wrapper 3 - Ready for Review Ready for review by team 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
#20860 opened Dec 12, 2025 by mhaseeb123 Loading…
4 tasks done
Fix size_type overflow in multiple APIs bug Something isn't working libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
#20857 opened Dec 12, 2025 by vuule Loading…
2 of 3 tasks
Fix min/max reduction logic for dictionary columns 3 - Ready for Review Ready for review by team improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
#20847 opened Dec 11, 2025 by davidwendt Draft
3 tasks done
Add stream synchronize to tdigest generate_group_cluster_info 3 - Ready for Review Ready for review by team bug Something isn't working libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
#20846 opened Dec 11, 2025 by davidwendt Loading…
3 tasks done
Fix dictionary::encode to honor indices-type parameter 3 - Ready for Review Ready for review by team bug Something isn't working libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
#20842 opened Dec 11, 2025 by davidwendt Loading…
3 tasks done
Support multiple roaring bitmap deletion vectors in parquet readers 3 - Ready for Review Ready for review by team cuIO cuIO issue feature request New feature or request libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change Spark Functionality that helps Spark RAPIDS
#20840 opened Dec 11, 2025 by mhaseeb123 Loading…
3 tasks done
Modify the default pinned pool to allow growth when the pool is exhausted improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
#20839 opened Dec 11, 2025 by vuule Draft
2 of 3 tasks
Clean up mixed join common utilities 3 - Ready for Review Ready for review by team improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
#20836 opened Dec 11, 2025 by PointKernel Loading…
3 tasks done
Parquet decode: Skip up to first_row for non-lists improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change Performance Performance related issue
#20835 opened Dec 10, 2025 by pmattione-nvidia Loading…
3 tasks done
Add missing headers to row_ir.hpp, row_ir.cpp bug Something isn't working libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
#20834 opened Dec 10, 2025 by bdice Loading…
Add dictionary specialization to row comparators 2 - In Progress Currently a work in progress improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
#20830 opened Dec 10, 2025 by davidwendt Draft
3 tasks done
Add kvikio to export set and make nvcomp export unconditional bug Something isn't working CMake CMake build issue Java Affects Java cuDF API. libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change Python Affects Python cuDF API.
#20828 opened Dec 10, 2025 by vyasr Loading…
3 tasks done
Fix some gtests to not assume dictionary keys order 3 - Ready for Review Ready for review by team improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
#20827 opened Dec 10, 2025 by davidwendt Loading…
3 tasks done
Add in key remapping for improved sort merge join performance 3 - Ready for Review Ready for review by team CMake CMake build issue improvement Improvement / enhancement to an existing function Java Affects Java cuDF API. libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change Spark Functionality that helps Spark RAPIDS
#20826 opened Dec 10, 2025 by revans2 Loading…
3 tasks done
Add a nightly cuda-cccl compatibility test improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
#20825 opened Dec 10, 2025 by brandon-b-miller Draft
Enforce pandas 3.0 deprecations and subsequent related cuDF deprecations breaking Breaking change improvement Improvement / enhancement to an existing function Python Affects Python cuDF API.
#20823 opened Dec 10, 2025 by mroeschke Draft
3 tasks
ProTip! Exclude everything labeled bug with -label:bug.