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
gpu: stop setting group_coscheduled AST build option on host code
[ppcg.git]
/
opencl.h
blob
bf10f95cbf64107bb8a289cd05338d44046bdf29
1
#ifndef _OPENCL_H
2
#define _OPENCL_H
3
4
#include <pet.h>
5
#include
"ppcg_options.h"
6
#include
"ppcg.h"
7
8
int
generate_opencl
(
isl_ctx
*
ctx
,
struct
ppcg_options
*
options
,
9
const char
*
input
,
const char
*
output
);
10
11
#endif