print more understandable error message in case of unbounded arrays
[ppcg.git] / cuda.h
blob89175fd0a8b86b10c61db92949291b57ee57b3dd
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_options *options,
8 const char *input);
10 #endif