|
FZGPUModules 2.0
GPU-accelerated modular compression pipelines
|
| Stage | Description |
|---|---|
| LorenzoQuantStage | Fused float predictor + quantizer (1-D/2-D/3-D) |
| DifferenceStage (negabinary-fused) | First-order difference with inline negabinary encoding (DifferenceStage<T, TOut> where TOut != T) |
Note:
DifferenceStagewith aTOut != Ttemplate argument fuses a negabinary encoding step into the differencing kernel (equivalent toDifferenceStage<T>followed byNegabinaryStage, but in a single pass). This stage lives inmodules/predictors/diff/, not inmodules/fused/, but is listed here so all fused-operation options appear in one place.