FZGPUModules 1.0
GPU-accelerated modular compression pipeline
Loading...
Searching...
No Matches
convenience.h File Reference

Optional stage-specific convenience builders layered on top of Pipeline. More...

#include "pipeline/compressor.h"
#include "predictors/lorenzo/lorenzo.h"

Go to the source code of this file.

Namespaces

namespace  fz
 

Functions

template<typename TInput = float, typename TCode = uint16_t>
LorenzoStage< TInput, TCode > * fz::addLorenzo (Pipeline &pipeline, float error_bound, int quant_radius=32768, float outlier_capacity=0.2f)
 

Detailed Description

Optional stage-specific convenience builders layered on top of Pipeline.

Not included by fzgpumodules.h — opt in explicitly:

pipeline.setDims(nx, ny);
auto* lrz = addLorenzo(pipeline, 1e-4f);
Optional stage-specific convenience builders layered on top of Pipeline.