pub const DEFAULT_COMPRESSION_GRANULARITY: usize = _; // 2_097_152usizeExpand description
The default compression page granularity on supported hardware (2 MiB).
cuMemCreate allocations must be a multiple of the granularity returned by
cuMemGetAllocationGranularity. On all currently shipping Ampere/Hopper
parts this is the large-page size of 2 MiB.