gpu.c: compute_sched_to_shared: change interface to work on isl_pw_multi_affs
[ppcg.git] / cpu.h
blob57d8068d2bda1518787eedafd3fb5f57ad0b95ea
1 #ifndef _CPU_H
2 #define _CPU_H
4 #include <isl/ctx.h>
6 #include "ppcg.h"
8 struct ppcg_options;
10 __isl_give isl_printer *print_cpu(__isl_take isl_printer *p,
11 struct ppcg_scop *ps, struct ppcg_options *options);
12 int generate_cpu(isl_ctx *ctx, struct ppcg_scop *ps,
13 struct ppcg_options *options, const char *input, const char *output);
15 #endif