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
ppcg_kernel: store mapping from domain elements to block identifiers
[ppcg.git]
/
cuda.h
blob
89175fd0a8b86b10c61db92949291b57ee57b3dd
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_options
*
options
,
8
const char
*
input
);
9
10
#endif