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

One maximal fusion-legality domain, in producer→consumer order. More...

#include <fusion_planner.h>

Public Attributes

std::vector< Stage * > stages
 the fused chain, front = producer
 
std::vector< std::string > stage_names
 node names, parallel to stages
 
uint32_t block_size = 0
 shared block size (0 if all Map)
 
uint32_t selector_tile_size = 0
 TileAdaptive unit, else 0.
 
uint32_t coder_unit_size = 0
 nested coder unit, else 0
 
bool has_coder = false
 ends in a Cooperative coder
 

Detailed Description

One maximal fusion-legality domain, in producer→consumer order.