FZGPUModules 2.0
GPU-accelerated modular compression pipelines
Loading...
Searching...
No Matches
quant_adaptive_lorenzo_stage.h File Reference

AdaptiveLorenzo with the upstream linear Quantizer folded into its forward kernel (the "M1" partial fusion). Its own module directory; reuses AdaptiveLorenzoStage's machinery from the header below. More...

#include "fused/adaptive_lorenzo/adaptive_lorenzo_stage.h"
#include "fused/lorenzo_quant/lorenzo_quant.h"
#include "stage/stage.h"
#include "fzm_format.h"
#include "backend/types.h"
#include "fused/common/data_type_of.h"
#include <cstdint>
#include <cstring>
#include <stdexcept>
#include <string>
#include <type_traits>
#include <unordered_map>
#include <vector>

Go to the source code of this file.

Classes

struct  fz::FusedQuantAdaptiveLorenzoConfig
 
class  fz::FusedQuantAdaptiveLorenzoStage< T >
 

Namespaces

namespace  fz
 

Detailed Description

AdaptiveLorenzo with the upstream linear Quantizer folded into its forward kernel (the "M1" partial fusion). Its own module directory; reuses AdaptiveLorenzoStage's machinery from the header below.