//! 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.
pubmodcompressed_buffer;pubusecompressed_buffer::{
CompressedDeviceBuffer, CompressionPlan, CompressionSupport, CompressionType,DEFAULT_COMPRESSION_GRANULARITY,};