cpu.c: get_output_file: handle input file names without extension
[ppcg.git] / cuda.h
blob4f6a541f72580ec569aeb95f7951746bc6096f84
1 #ifndef _CUDA_H
2 #define _CUDA_H
4 #include "ppcg_options.h"
5 #include "ppcg.h"
7 int generate_cuda(isl_ctx *ctx, struct ppcg_scop *scop,
8 struct ppcg_options *options, const char *input);
10 #endif