gpu.c: extract_access: propagate error instead of asserting
[ppcg.git] / grouping.h
blob166cd86e289bda592f1d7e718b8572389613ea18
1 #ifndef PPCG_GROUPING_H
3 #include <isl/schedule.h>
5 #include "ppcg_options.h"
7 __isl_give isl_schedule *ppcg_compute_grouping_schedule(
8 __isl_take isl_schedule_constraints *sc,
9 __isl_keep isl_schedule *schedule, struct ppcg_options *options);
11 #endif