skillfed

libcudf-cu12

cuDF - GPU Dataframe (C++)

libcudf-cu12 v26.8.0 469.5K downloads/30d#6,488 on PyPI9,730
Permissive license Apache-2.0 Active released

What it is and what it does

libcudf-cu12 is the low-level C++ foundation of the RAPIDS GPU data processing suite, providing Apache Arrow-compliant columnar data structures and core algorithms optimized for NVIDIA CUDA 12 GPUs. It handles the heavy lifting for tabular operations—reading, filtering, aggregating, and transforming data—directly on GPU memory, bypassing CPU bottlenecks. The library depends on libkvikio-cu12, librmm-cu12, nvidia-libnvcomp-cu12, nvidia-nvjitlink-cu12, and rapids-logger to function.

The package targets data scientists and engineers working with large tabular datasets who need GPU acceleration. Installation requires a compatible NVIDIA GPU, CUDA 12 runtime, and Linux with specific glibc versions; the wheel distribution is architecture-specific (aarch64 and x86_64). Requires Python 3.11 or later.

Use it for:

  • Accelerate large-scale data aggregations and groupby operations on GPU for analytics workflows
  • Process multi-gigabyte parquet or CSV files faster than CPU alternatives by keeping data on GPU memory
  • Build GPU-accelerated ETL pipelines using libraries built on top of libcudf-cu12's core algorithms
  • Integrate GPU tabular processing into Spark jobs via plugins built on libcudf-cu12
  • Support GPU-native SQL engines and data processing frameworks that depend on libcudf-cu12

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

libcudf-cu12 is a GPU-accelerated C++ library providing Apache Arrow-compliant data structures and fundamental algorithms for tabular data processing on NVIDIA CUDA 12 GPUs.

Yes, if you have an NVIDIA GPU with CUDA 12 and need GPU-accelerated tabular data processing. The library is actively maintained, permissively licensed under Apache-2.0, and has no known vulnerabilities. Install friction is moderate (GPU-specific wheels, glibc version constraints, Python 3.11+), but manageable for teams with GPU infrastructure. Most users will install it indirectly as a dependency rather than directly.

Install

libcudf-cu12 on PyPI

pip

pip install libcudf-cu12

uv

uv add libcudf-cu12

poetry

poetry add libcudf-cu12

Installing libcudf-cu12

Before you install

Medium install friction due to GPU-specific wheel requirements (manylinux_2_26+ and manylinux_2_27+ for aarch64 and x86_64 respectively). Active maintenance with recent release (8 days old) and strong repository health (9730 stars, last commit 2026-08-14). Requires Python 3.11+.

License in practice

Apache-2.0 permissive license allows commercial and private use with minimal restrictions, making it suitable for production deployments in proprietary systems.

Quickstart

pip install libcudf-cu12

# libcudf-cu12 is a C++ library with 5 runtime dependencies:
# libkvikio-cu12, librmm-cu12, nvidia-libnvcomp-cu12,
# nvidia-nvjitlink-cu12, rapids-logger

Requires NVIDIA GPU with CUDA 12 support, compatible GPU driver, and Linux system with glibc 2.26+ (aarch64) or 2.27+ (x86_64). Python 3.11 or later.

Verify before relying

  • Whether libcudf-cu12 can be used directly from Python or requires wrapper libraries for practical usage
  • Specific GPU compute capability requirements beyond CUDA 12 availability
  • Performance characteristics and typical speedup factors vs. CPU-based alternatives for common operations

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.11)
Install friction medium — platform-specific wheel
Runtime dependencies 5 — libkvikio-cu12, librmm-cu12, nvidia-libnvcomp-cu12, nvidia-nvjitlink-cu12, rapids-logger
Maintenance actively maintained — 8 days since the last release
Last repo commit
First released
Downloads 469,527/month — #6,488 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: libcudf_cu12-26.8.0-py3-none-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl; libcudf_cu12-26.8.0-py3-none-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Environment :: GPU :: NVIDIA CUDAIntended Audience :: DevelopersProgramming Language :: C++Topic :: DatabaseTopic :: Scientific/Engineering

Tags

gpu dataframe librarycuda tabular data processinggpu accelerated dataframearrow gpu implementationrapids gpu datanvidia cuda dataframegpu columnar storage
gpu-acceleratedrapidsarrow-columnar

More Scientific/Engineering packages

Further reading