- 14 Jun, 2018 2 commits
-
-
Martin Bauer authored
- not generic enough - does not work if there a multiple blocks
-
Martin Bauer authored
-
- 13 Jun, 2018 1 commit
-
-
Martin Bauer authored
-
- 12 Jun, 2018 1 commit
-
-
Martin Bauer authored
-
- 07 Jun, 2018 4 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
- better latex display for indirect accesses - new field type 'custom': only custom fields can be accessed indirectly no static bounds check possible for custom fields
-
- 05 Jun, 2018 1 commit
-
-
Martin Bauer authored
- option to allocate more memory at end of line and do not generate a tail loop, if loop range is not divisible by SIMD width
-
- 28 May, 2018 2 commits
-
-
Martin Bauer authored
- different approach in pystencils: absolute indexing
-
Martin Bauer authored
- extended pystencils - Visualization for list LBM - not yet working
-
- 23 May, 2018 1 commit
-
-
Martin Bauer authored
- updates in lbmpy benchmark -> enables better numa placement
-
- 18 May, 2018 2 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- 17 May, 2018 2 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- 16 May, 2018 1 commit
-
-
Martin Bauer authored
-
- 15 May, 2018 1 commit
-
-
Martin Bauer authored
- update kida vortex benchmark
-
- 14 May, 2018 4 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
- 13 May, 2018 1 commit
-
-
Martin Bauer authored
- support aligned load/stores - nontemporal stores - aligned memory allocation for arrays and temporary buffers
-
- 11 May, 2018 1 commit
-
-
Martin Bauer authored
- vectorization for loops with ranges that are not a multiple of vector width - vectorization for variable sized loops if special transformation replace_inner_stride_with_one is run
-
- 07 May, 2018 2 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
- move_constants_before_loop: in the rare case that a symbol with same name exists in move target - the assignment is not moved previously an exception was raised in this case - consistent naming of intermediate base pointers
-
- 30 Apr, 2018 5 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
- works also with ps.kernel decorator
-
Martin Bauer authored
-
- 28 Apr, 2018 1 commit
-
-
Martin Bauer authored
-
- 27 Apr, 2018 8 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
- previously moved only SympyAssignments - relevant for custom boundary nodes, which are now pulled before loops
-
Martin Bauer authored
-
Martin Bauer authored
- SSA form is checked - loop independence condition is checked - bug fix in Field.create_generic when using index_shape
-
Martin Bauer authored
-
Martin Bauer authored
- uses ast instead of text-based editing - can handle Piecewise defined functions - new decorator for simplified usage
-