repo.or.cz
/
ppcg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update pet to version 0.10
[ppcg.git]
/
gpu_hybrid.h
blob
0348261586b3e107d2311bb80b95dd903eca72ad
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