opencl.h 212 B

1234567891011
  1. #ifndef _OPENCL_H
  2. #define _OPENCL_H
  3. #include <pet.h>
  4. #include "ppcg_options.h"
  5. #include "ppcg.h"
  6. int generate_opencl(isl_ctx *ctx, struct ppcg_options *options,
  7. const char *input, const char *output);
  8. #endif