Expand description
§cudf-sys
Native build crate for linking against NVIDIA’s libcudf.
This crate contains no Rust code — it exists solely to trigger the build
script that locates and links libcudf. Downstream crates (cudf-cxx)
depend on this to inherit the correct linker flags.
§Installation
libcudf must be installed on your system. The recommended method is via conda:
conda install -c rapidsai -c conda-forge libcudf cuda-version=12.2Alternatively, set CUDF_ROOT to point to a manual installation prefix.