Simulation / Modeling / Design

nvCOMP v2.0.0 Now Available: With New Compressors

AI-Generated Summary

  • NVIDIA nvCOMP version 2.0.0 introduces a low-level lightweight C interface with batch compression and decompression support and fully asynchronous execution for expert users.
  • The library adds high-level C and C++ interfaces for ease of use while removing older interfaces.
  • New compressor support includes Snappy, Bitcomp, and GDeflate alongside existing Cascaded and LZ4 methods, with Cascaded achieving up to 500 GB/s throughput and up to 80x compression ratio on numerical analytical data.
  • Snappy and LZ4 methods deliver up to 100 GB/s compression and decompression throughput depending on the dataset.

Next Steps

Powered by NVIDIA Nemotron. AI-generated content may summarize information incompletely. Verify important information. Learn more

Today, NVIDIA is announcing the availability of nvCOMP version 2.0.0. This software can be downloaded now free for members of the NVIDIA Developer Program.

Download Now

What’s New

  • Low-level light-weight C interface for expert users featuring batch compression/decompression support and fully asynchronous execution. 
  • High-level C/C++ interfaces for ease of use.
  • Remove old interfaces.
  • Added support for Snappy, Bitcomp, and GDeflate compressors

See the nvCOMP Release Notes for more information

About nvCOMP

nvCOMP is a CUDA library that features generic compression interfaces to enable developers to use high-performance GPU compressors in their applications.

nvCOMP 2.0.0 includes Cascaded, LZ4, and Snappy compression methods. It also adds support for the external Bitcomp and GDeflate methods. Cascaded compression methods demonstrate high performance with up to 500 GB/s throughput and a high compression ratio of up to 80x on numerical data from analytical workloads. Snappy and LZ4 methods can achieve up to 100 GB/s compression and decompression throughput depending on the dataset, and show good compression ratios for arbitrary byte streams.

Learn more:

Recent Developer Blog posts:

Optimizing Data Transfer Using Lossless Compression with NVIDIA nvcomp

Discuss (0)

Tags