summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/ppcg/opencl.h
diff options
context:
space:
mode:
Diffstat (limited to 'polly/lib/External/ppcg/opencl.h')
-rw-r--r--polly/lib/External/ppcg/opencl.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/polly/lib/External/ppcg/opencl.h b/polly/lib/External/ppcg/opencl.h
new file mode 100644
index 00000000000..bf10f95cbf6
--- /dev/null
+++ b/polly/lib/External/ppcg/opencl.h
@@ -0,0 +1,11 @@
+#ifndef _OPENCL_H
+#define _OPENCL_H
+
+#include <pet.h>
+#include "ppcg_options.h"
+#include "ppcg.h"
+
+int generate_opencl(isl_ctx *ctx, struct ppcg_options *options,
+ const char *input, const char *output);
+
+#endif
OpenPOWER on IntegriCloud