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
eliminate dead code
[ppcg.git]
/
cuda.h
blob
4f6a541f72580ec569aeb95f7951746bc6096f84
1
#ifndef _CUDA_H
2
#define _CUDA_H
3
4
#include
"ppcg_options.h"
5
#include
"ppcg.h"
6
7
int
generate_cuda
(
isl_ctx
*
ctx
,
struct
ppcg_scop
*
scop
,
8
struct
ppcg_options
*
options
,
const char
*
input
);
9
10
#endif