Halide 19.0.0
Halide compiler and libraries
|
#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, LoopAlignStrategy > | align |
Contains alignment strategies for the fused dimensions (indexed by the dimension name). | |
Definition at line 304 of file Schedule.h.
|
inline |
Definition at line 312 of file Schedule.h.
|
inline |
Definition at line 315 of file Schedule.h.
LoopLevel Halide::FuseLoopLevel::level |
Definition at line 305 of file Schedule.h.
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 310 of file Schedule.h.