public class BatchedLZ4Decompressor extends Object
| Constructor and Description |
|---|
BatchedLZ4Decompressor() |
| Modifier and Type | Method and Description |
|---|---|
static void |
decompressAsync(long chunkSize,
BaseDeviceMemoryBuffer[] origInputs,
BaseDeviceMemoryBuffer[] outputs,
Cuda.Stream stream)
Asynchronously decompress a batch of buffers
|
public static void decompressAsync(long chunkSize,
BaseDeviceMemoryBuffer[] origInputs,
BaseDeviceMemoryBuffer[] outputs,
Cuda.Stream stream)
chunkSize - maximum uncompressed block size, must match value used during compressionorigInputs - buffers to decompress, will be closed by this operationoutputs - output buffers that will contain the compressed results, each must be sized
to the exact decompressed size of the corresponding inputstream - CUDA stream to useCopyright © 2023. All rights reserved.