Skip to content

GPU RNTuple reading doesn't work with new versions of kvikio #1514

@ariostas

Description

@ariostas

The kvikio.nvcomp_codec module was deprecated and removed a while ago, so now RNTuple reading on GPU doesn't work.

@fstrug Do you know if we can just switch to adding the nvidia-nvcomp-cu12 dependency and make the following substitutions? Or are there some subtleties?

import kvikio.nvcomp_codec as kvikio_nvcomp_codec -> from nvidia import nvcomp
kvikio_nvcomp_codec.NvCompBatchCodec -> nvcomp.Codec
codec.decode_batch -> codec.decode

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugThe problem described is something that must be fixed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions