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

Factory function for reconstructing pipeline stages from serialized FZM headers. More...

#include "stage/stage.h"
#include "fzm_format.h"
#include "encoders/diff/diff.h"
#include "encoders/RLE/rle.h"
#include "predictors/lorenzo/lorenzo.h"
#include "transforms/zigzag/zigzag_stage.h"
#include "transforms/negabinary/negabinary_stage.h"
#include "transforms/bitshuffle/bitshuffle_stage.h"
#include "transforms/rze/rze_stage.h"
#include <memory>
#include <stdexcept>
#include <cstring>

Go to the source code of this file.

Namespaces

namespace  fz
 

Functions

Stagefz::createStage (StageType type, const uint8_t *config, size_t config_size)
 

Detailed Description

Factory function for reconstructing pipeline stages from serialized FZM headers.