summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/ppcg/cuda.h
diff options
context:
space:
mode:
Diffstat (limited to 'polly/lib/External/ppcg/cuda.h')
-rw-r--r--polly/lib/External/ppcg/cuda.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/polly/lib/External/ppcg/cuda.h b/polly/lib/External/ppcg/cuda.h
new file mode 100644
index 00000000000..89175fd0a8b
--- /dev/null
+++ b/polly/lib/External/ppcg/cuda.h
@@ -0,0 +1,10 @@
+#ifndef _CUDA_H
+#define _CUDA_H
+
+#include "ppcg_options.h"
+#include "ppcg.h"
+
+int generate_cuda(isl_ctx *ctx, struct ppcg_options *options,
+ const char *input);
+
+#endif
OpenPOWER on IntegriCloud