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