cuda.c: copy_arrays_from_device: do not copy local arrays back to host
[ppcg.git] / print.h
blobfe6518ed5098cc8f6bef19aa632bd2a7f1da29ff
1 #ifndef PRINT_H
2 #define PRINT_H
4 #include "ppcg.h"
6 __isl_give isl_printer *ppcg_start_block(__isl_take isl_printer *p);
7 __isl_give isl_printer *ppcg_end_block(__isl_take isl_printer *p);
9 #endif