| Package | Description |
|---|---|
| ai.rapids.cudf | |
| ai.rapids.cudf.nvcomp |
| Modifier and Type | Method and Description |
|---|---|
static void |
MemoryCleaner.register(BatchedLZ4Decompressor.BatchedMetadata metadata,
MemoryCleaner.Cleaner cleaner) |
| Modifier and Type | Method and Description |
|---|---|
static BatchedLZ4Decompressor.BatchedMetadata |
BatchedLZ4Decompressor.getMetadata(BaseDeviceMemoryBuffer[] inputs,
Cuda.Stream stream)
Get the metadata associated with a batch of compressed buffers
|
| Modifier and Type | Method and Description |
|---|---|
static void |
BatchedLZ4Decompressor.decompressAsync(BaseDeviceMemoryBuffer[] inputs,
BaseDeviceMemoryBuffer tempBuffer,
BatchedLZ4Decompressor.BatchedMetadata metadata,
BaseDeviceMemoryBuffer[] outputs,
Cuda.Stream stream)
Asynchronously decompress a batch of buffers
|
static long[] |
BatchedLZ4Decompressor.getOutputSizes(BatchedLZ4Decompressor.BatchedMetadata metadata,
int numOutputs)
Get the amount of ouptut storage required to decopmress a batch of buffers
|
static long |
BatchedLZ4Decompressor.getTempSize(BatchedLZ4Decompressor.BatchedMetadata metadata)
Get the amount of temporary storage required to decompress a batch of buffers
|
Copyright © 2021. All rights reserved.