Makefile.am: add gitversion.h to BUILT_SOURCES
[ppcg.git] / gpu_hybrid.h
blob0348261586b3e107d2311bb80b95dd903eca72ad
1 #ifndef GPU_HYBRID_H
2 #define GPU_HYBRID_H
4 #include <isl/schedule_node.h>
6 #include "gpu.h"
7 #include "hybrid.h"
9 __isl_give isl_schedule_node *gpu_hybrid_tile(struct gpu_gen *gen,
10 __isl_take isl_schedule_node *node, __isl_take ppcg_ht_bounds *bounds,
11 int *tile_sizes);
13 #endif