|
FZGPUModules 2.0
GPU-accelerated modular compression pipelines
|
TOML-based pipeline configuration file support. More...
Go to the source code of this file.
TOML-based pipeline configuration file support.
Loaded by Pipeline::loadConfig() / Pipeline(path) and written by Pipeline::saveConfig(). This header contains no toml++ types — the dependency is an implementation detail confined to config.cpp.
Supported stage type values: LorenzoQuant — fused float predictor+quantizer (cuSZ-style) Lorenzo — plain integer delta predictor (lossless, use after Quantizer) Quantizer — standalone float-to-integer quantizer Bitshuffle, RZE, RLE, Bitpack, Difference, Zigzag, Negabinary
File format: human-readable TOML v1.0
Minimal example: