-
Notifications
You must be signed in to change notification settings - Fork 1
Home
This is FZ Modules, a GPU accelerated lossy compression library that incorporates high-performance data-reduction modules.
There are wiki pages explaining how to Build and Install, the Command Line Interface (CLI), and how the Modules work.
There will be future wiki pages for more aspects of the library for explaining the CUDASTF pipeline API, the general high-level compressor/decompressor API, and more.
Example codes can be found in \examples and can be built optionally with an appropriate CMake flag and show the simple high-level API usage, a more standard usage with more memory management and configuration settings, and a last one to demonstrate the different pipelines we highlight and how they compare. There is also a small working example for the usage of the CUDASTF API as well.