• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef GPU_HYBRID_H
2 #define GPU_HYBRID_H
3 
4 #include <isl/schedule_node.h>
5 
6 #include "gpu.h"
7 #include "hybrid.h"
8 
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);
12 
13 #endif
14