|
FZGPUModules 2.0
GPU-accelerated modular compression pipelines
|
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. | |
A registered fused implementation and its matcher.
| 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.