| Package | Description |
|---|---|
| org.bytedeco.cuda.global | |
| org.bytedeco.cuda.nvcomp |
| Modifier and Type | Method and Description |
|---|---|
static nvcompManagerBase |
nvcomp.create_manager(byte[] comp_buffer) |
static nvcompManagerBase |
nvcomp.create_manager(byte[] comp_buffer,
CUstream_st stream,
int checksum_policy) |
static nvcompManagerBase |
nvcomp.create_manager(byte[] comp_buffer,
CUstream_st stream,
int device_id,
int checksum_policy) |
static nvcompManagerBase |
nvcomp.create_manager(ByteBuffer comp_buffer) |
static nvcompManagerBase |
nvcomp.create_manager(ByteBuffer comp_buffer,
CUstream_st stream,
int checksum_policy) |
static nvcompManagerBase |
nvcomp.create_manager(ByteBuffer comp_buffer,
CUstream_st stream,
int device_id,
int checksum_policy) |
static nvcompManagerBase |
nvcomp.create_manager(BytePointer comp_buffer) |
static nvcompManagerBase |
nvcomp.create_manager(BytePointer comp_buffer,
CUstream_st stream,
int checksum_policy)
\brief Construct a ManagerBase from a buffer
This synchronizes the stream
|
static nvcompManagerBase |
nvcomp.create_manager(BytePointer comp_buffer,
CUstream_st stream,
int device_id,
int checksum_policy)
Deprecated.
This signature is deprecated, in favour of the one that does not accept a
device_id, and instead gets the device from the stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ANSManager
\brief High-level interface class for ANS compressor
|
class |
BitcompManager
\brief High-level interface class for Bitcomp compressor
\note Any uncompressed data buffer to be compressed MUST be a size that is a
multiple of the data type size, else compression may crash or result in
invalid output.
|
class |
DeflateManager
\brief High-level interface class for Deflate compressor
|
class |
GdeflateManager
\brief High-level interface class for GDeflate compressor
|
class |
LZ4Manager
\brief High-level interface class for LZ4 compressor
\note Any uncompressed data buffer to be compressed MUST be a size that is a
multiple of the data type size, else compression may crash or result in
invalid output.
|
class |
PimplManager
\brief Interface class between nvcompManagerBase and
algorithm specific implementation class
|
class |
SnappyManager
\brief High-level interface class for Snappy compressor
|
class |
ZstdManager
\brief High-level interface class for the Zstd compressor
uncomp_chunk_size must be <= nvcompZstdCompressionMaxAllowedChunkSize.
|
Copyright © 2025. All rights reserved.