aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/llvm16/tools/polly/lib/External/ppcg/gpu_hybrid.h
blob: 0348261586b3e107d2311bb80b95dd903eca72ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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