|
FZGPUModules 2.0
GPU-accelerated modular compression pipelines
|
#include <quant_adaptive_lorenzo_stage.h>
Serialized config for FusedQuantAdaptiveLorenzoStage, stored in FZMBufferEntry.stage_config. abs_error_bound_f64 is the resolved absolute bound the forward pass actually quantized against (ABS: config_.error_bound unchanged; NOA/PREL: eb * value_base) — the inverse reads it back to dequant with ebx2 = 2 * abs_error_bound_f64, exactly mirroring LorenzoQuantConfig's own error_bound_f64 field and the reasons given there for keeping it double-precision (a narrow float copy of a NOA-resolved bound already carries ~6e-08 relative error before the quantizer sees it).