gpu_group.c: can_tile: return isl_bool
[ppcg.git] / ChangeLog
blob393a27140f5c53ff9378928334121535c4ddd8b1
1 version: 0.08
2 date: Sat Mar  3 15:31:38 CET 2018
3 changes:
4         - minor fixes
5 ---
6 version: 0.07
7 date: Tue Feb  7 17:23:22 CET 2017
8 changes:
9         - support hybrid tiling
10 ---
11 version: 0.06
12 date: Fri May  6 12:08:50 CEST 2016
13 changes:
14         - use PPCG specific macro names in generated code
15         - complete transition to schedule trees
16         - maximize coincidence by default
17         - map arrays with constant index expressions to private memory
18         - optionally group chains of statements
19 ---
20 version: 0.05
21 date: Fri Jan 15 09:30:23 CET 2016
22 changes:
23         - fix live-out computation
24         - optionally compute schedule for C target
25         - optionally perform tiling for C target
26         - create single kernel for non-permutable subtree
27 ---
28 version: 0.04
29 date: Wed Jun 17 10:52:58 CEST 2015
30 changes:
31         - use schedule trees
32         - fix live-range reordering
33         - improve generation of synchronization
34         - exploit independences during dependence analysis