FZGPUModules 2.0
GPU-accelerated modular compression pipelines
Loading...
Searching...
No Matches
fz::FusedImpl Struct Reference

A registered fused implementation and its matcher. More...

#include <fusion_registry.h>

Public Attributes

bool auto_enabled
 
bool(* matches )(const std::vector< Stage * > &group)
 True if this impl handles group exactly (types + relevant config).
 
size_t(* run )(const FusedRunContext &ctx)
 Run the fused compress; return the archive length written to d_output.
 

Detailed Description

A registered fused implementation and its matcher.

Member Data Documentation

◆ auto_enabled

bool fz::FusedImpl::auto_enabled

Eligible for normal FusionPolicy::Auto selection. False keeps a legal implementation available only under Force while it is being evaluated.