Halide 19.0.0
Halide compiler and libraries
Loading...
Searching...
No Matches
AutoSchedule.h
Go to the documentation of this file.
1#include "CostModel.h"
2#include "Featurization.h"
3#include "FunctionDAG.h"
4#include "Halide.h"
5#include "PerfectHashMap.h"
6#include <vector>
7
8namespace Halide {
9namespace Internal {
10namespace Autoscheduler {
11
13
14void find_and_apply_schedule(FunctionDAG &dag, const std::vector<Function> &outputs, const Adams2019Params &params,
15 CostModel *cost_model, int beam_size, StageMapOfScheduleFeatures *schedule_features);
16
17} // namespace Autoscheduler
18} // namespace Internal
19} // namespace Halide
void find_and_apply_schedule(FunctionDAG &dag, const std::vector< Function > &outputs, const Adams2019Params &params, CostModel *cost_model, int beam_size, StageMapOfScheduleFeatures *schedule_features)
PerfectHashMap< FunctionDAG::Node::Stage, ScheduleFeatures > StageMapOfScheduleFeatures
This file defines the class FunctionDAG, which is our representation of a Halide pipeline,...
@ Internal
Not visible externally, similar to 'static' linkage in C.