gpu_hybrid.h 279 B

12345678910111213
  1. #ifndef GPU_HYBRID_H
  2. #define GPU_HYBRID_H
  3. #include <isl/schedule_node.h>
  4. #include "gpu.h"
  5. #include "hybrid.h"
  6. __isl_give isl_schedule_node *gpu_hybrid_tile(struct gpu_gen *gen,
  7. __isl_take isl_schedule_node *node, __isl_take ppcg_ht_bounds *bounds,
  8. int *tile_sizes);
  9. #endif