update pet to version 0.11.7
[ppcg.git] / ChangeLog
blob46cc5028b7d10abdfdaee241d28ca53b765c5d7b
1 version: 0.09
2 date: Sat 02 Jul 2022 04:11:56 PM CEST
3 changes:
4         - try and shift bands to the origin before tiling
5         - try and remove strides in bands before tiling
6         - avoid mapping some nested non-permutable bands to the device
7 ---
8 version: 0.08.5
9 date: Sat 01 May 2021 12:53:08 PM CEST
10 changes:
11         - support recent versions of clang
12 ---
13 version: 0.08.4
14 date: Sat 14 Nov 2020 12:48:56 PM CET
15 changes:
16         - support recent versions of clang
17 ---
18 version: 0.08.3
19 date: Wed Nov 13 11:39:01 CET 2019
20 changes:
21         - support recent versions of clang
22         - fix OpenMP support when contraction is enabled
23 ---
24 version: 0.08.2
25 date: Thu Mar 28 18:36:52 CET 2019
26 changes:
27         - support recent versions of clang
28 ---
29 version: 0.08.1
30 date: Mon Jul 30 23:05:04 CEST 2018
31 changes:
32         - move some functionality to isl
33 ---
34 version: 0.08
35 date: Sat Mar  3 15:31:38 CET 2018
36 changes:
37         - minor fixes
38 ---
39 version: 0.07
40 date: Tue Feb  7 17:23:22 CET 2017
41 changes:
42         - support hybrid tiling
43 ---
44 version: 0.06
45 date: Fri May  6 12:08:50 CEST 2016
46 changes:
47         - use PPCG specific macro names in generated code
48         - complete transition to schedule trees
49         - maximize coincidence by default
50         - map arrays with constant index expressions to private memory
51         - optionally group chains of statements
52 ---
53 version: 0.05
54 date: Fri Jan 15 09:30:23 CET 2016
55 changes:
56         - fix live-out computation
57         - optionally compute schedule for C target
58         - optionally perform tiling for C target
59         - create single kernel for non-permutable subtree
60 ---
61 version: 0.04
62 date: Wed Jun 17 10:52:58 CEST 2015
63 changes:
64         - use schedule trees
65         - fix live-range reordering
66         - improve generation of synchronization
67         - exploit independences during dependence analysis