Skip to main content

Module compression

Module compression 

Source
Expand description

Hardware-accelerated memory compression support (Ampere+).

This module groups the host-side bookkeeping for the CUDA virtual-memory compression feature. See compressed_buffer for the descriptor and allocation-planning types.

Re-exports§

pub use compressed_buffer::CompressedDeviceBuffer;
pub use compressed_buffer::CompressionPlan;
pub use compressed_buffer::CompressionSupport;
pub use compressed_buffer::CompressionType;
pub use compressed_buffer::DEFAULT_COMPRESSION_GRANULARITY;

Modules§

compressed_buffer
Hardware-accelerated lossless memory compression bookkeeping.