|
FZGPUModules 1.0
GPU-accelerated modular compression pipeline
|
Direct-value quantizer stage with error-bounded coding and lossless outlier fallback. More...
#include "stage/stage.h"#include "fzm_format.h"#include "predictors/lorenzo/lorenzo.h"#include <cuda_runtime.h>#include <array>#include <cmath>#include <cstdint>#include <cstring>#include <limits>Go to the source code of this file.
Classes | |
| struct | fz::QuantizerConfig |
| class | fz::QuantizerStage< TInput, TCode > |
| struct | fz::QuantizerStage< TInput, TCode >::Config |
Namespaces | |
| namespace | fz |
Direct-value quantizer stage with error-bounded coding and lossless outlier fallback.