• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef _OPENCL_H
2 #define _OPENCL_H
3 
4 #include <pet.h>
5 #include "ppcg_options.h"
6 #include "ppcg.h"
7 
8 int generate_opencl(isl_ctx *ctx, struct ppcg_options *options,
9 	const char *input, const char *output);
10 
11 #endif
12