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

Element-wise zigzag encode/decode stage (TIn[]TOut[]). More...

#include "stage/stage.h"
#include "fzm_format.h"
#include "transforms/zigzag/zigzag.h"
#include <cuda_runtime.h>
#include <cstdint>
#include <cstring>
#include <stdexcept>
#include <type_traits>

Go to the source code of this file.

Classes

class  fz::ZigzagStage< TIn, TOut >
 

Namespaces

namespace  fz
 

Detailed Description

Element-wise zigzag encode/decode stage (TIn[]TOut[]).

Size-preserving. TIn must be a signed integer; TOut its unsigned counterpart of the same width. Serialized header: 2 bytes — [0] TIn DataType, [1] TOut DataType.