- Dec 16, 2016
-
-
Jan Hoenig authored
Although expressions have args and function as a tree, args cannot be modified. So tree-transformations are not possible. Sympy has subs function, however it replaces all matched in any subexpression, of the expression (i.e. not only in args but in args args and so on).
-
Jan Hoenig authored
-
Jan Hoenig authored
-
- Dec 15, 2016
-
-
Jan Hoenig authored
Move my llvm demo notebook in the correct folder
-
- Dec 08, 2016
-
-
Jan Hoenig authored
and not as a string. Changed name of the file TypedSymbol to types. Fixed usage of dtype accordingly, however i might not have found every usage of dtype.
-
- Nov 28, 2016
-
-
Martin Bauer authored
-
- Nov 25, 2016
-
-
Martin Bauer authored
-
- Nov 24, 2016
-
-
Martin Bauer authored
- new waLBerla only benchmark
-
- Nov 17, 2016
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- Nov 16, 2016
-
-
Jan Hoenig authored
-
- Nov 15, 2016
-
-
Jan Hoenig authored
-
Jan Hoenig 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 10, 2016
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Jan Hoenig authored
-
Jan Hoenig authored
-
- Nov 04, 2016
-
-
Martin Bauer authored
- LoopOverDomain changed to be able to loop over rectangular sub-region of field - support for slicing with makeSlice
-
- Nov 03, 2016
-
-
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
-