update isl to version 0.17.1
[ppcg.git] / opencl.h
blobbf10f95cbf64107bb8a289cd05338d44046bdf29
1 #ifndef _OPENCL_H
2 #define _OPENCL_H
4 #include <pet.h>
5 #include "ppcg_options.h"
6 #include "ppcg.h"
8 int generate_opencl(isl_ctx *ctx, struct ppcg_options *options,
9 const char *input, const char *output);
11 #endif