- Dec 08, 2016
-
-
Martin Bauer authored
-
- Nov 21, 2016
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- Nov 17, 2016
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- Nov 11, 2016
-
-
Martin Bauer authored
problem in moveConstantBeforeLoops transformation: --> a should end up here { for() { const int a = 5; } for() { const int a = 5 } } the "a" of the lower loop was not moved up, since it could not move across first loop (which is wrong)
-
- Nov 09, 2016
-
-
Martin Bauer authored
-
- Nov 06, 2016
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- Nov 03, 2016
-
-
Martin Bauer authored
-
Martin Bauer authored
- added sphinx files for documentation generation - collected kernel creation functions in new "cpu" and "cudagpu" modules
-
- Nov 02, 2016
-
-
Martin Bauer authored
-