Halide
Halide::FuseLoopLevel Struct Reference

#include <Schedule.h>

Public Member Functions

 FuseLoopLevel ()
 
 FuseLoopLevel (const LoopLevel &level, const std::map< std::string, LoopAlignStrategy > &align)
 

Public Attributes

LoopLevel level
 
std::map< std::string, LoopAlignStrategyalign
 Contains alignment strategies for the fused dimensions (indexed by the dimension name). More...
 

Detailed Description

Definition at line 260 of file Schedule.h.

Constructor & Destructor Documentation

◆ FuseLoopLevel() [1/2]

Halide::FuseLoopLevel::FuseLoopLevel ( )
inline

Definition at line 268 of file Schedule.h.

◆ FuseLoopLevel() [2/2]

Halide::FuseLoopLevel::FuseLoopLevel ( const LoopLevel level,
const std::map< std::string, LoopAlignStrategy > &  align 
)
inline

Definition at line 271 of file Schedule.h.

Member Data Documentation

◆ level

LoopLevel Halide::FuseLoopLevel::level

Definition at line 261 of file Schedule.h.

◆ align

std::map<std::string, LoopAlignStrategy> Halide::FuseLoopLevel::align

Contains alignment strategies for the fused dimensions (indexed by the dimension name).

If not in the map, use the default alignment strategy to align the fused dimension (see LoopAlignStrategy::Auto).

Definition at line 266 of file Schedule.h.


The documentation for this struct was generated from the following file: