468663ddbb
Former-commit-id: 1d6753294b2993e1fbf92de9366bb9544db4189b
14 lines
279 B
C
14 lines
279 B
C
#ifndef GPU_HYBRID_H
|
|
#define GPU_HYBRID_H
|
|
|
|
#include <isl/schedule_node.h>
|
|
|
|
#include "gpu.h"
|
|
#include "hybrid.h"
|
|
|
|
__isl_give isl_schedule_node *gpu_hybrid_tile(struct gpu_gen *gen,
|
|
__isl_take isl_schedule_node *node, __isl_take ppcg_ht_bounds *bounds,
|
|
int *tile_sizes);
|
|
|
|
#endif
|