| Package | Description |
|---|---|
| ai.rapids.cudf | |
| ai.rapids.cudf.nvcomp |
| Modifier and Type | Method and Description |
|---|---|
static void |
MemoryCleaner.register(Decompressor.Metadata metadata,
MemoryCleaner.Cleaner cleaner) |
| Modifier and Type | Method and Description |
|---|---|
static Decompressor.Metadata |
Decompressor.getMetadata(BaseDeviceMemoryBuffer buffer,
Cuda.Stream stream)
Get the metadata associated with a compressed buffer
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Decompressor.decompressAsync(BaseDeviceMemoryBuffer input,
BaseDeviceMemoryBuffer tempBuffer,
Decompressor.Metadata metadata,
BaseDeviceMemoryBuffer output,
Cuda.Stream stream)
Asynchronously decompress a buffer.
|
static long |
Decompressor.getOutputSize(Decompressor.Metadata metadata)
Get the amount of output storage space required to hold the uncompressed data.
|
static long |
Decompressor.getTempSize(Decompressor.Metadata metadata)
Get the amount of temporary storage space required to decompress a buffer.
|
Copyright © 2021. All rights reserved.