- 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 14 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
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
- 20 Apr, 2018 1 commit
-
-
Martin Bauer authored
- when running multiple pystencils instances, sometimes errors happened because one process might have partially written a cached file, which is already read before writing was finished -> switched to "atomic write" (only on linux yet) that uses os.rename which is guaranteed to be atomic
-
- 18 Apr, 2018 5 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
- flags can be force when setting boundaries, this is helpful for: - setting up quantities (e.g. relaxation rate..) dependent on current flag configuration - bit operation fix when pickling: function has to have the same name as the python object
-
Martin Bauer authored
- boundaries with same name have not been displayed correctly
-
Martin Bauer authored
- new kernel creation function for kernels that write to staggered fields - simplification of conditionals with integers uses ISL library now via islpy bindings
-
Martin Bauer authored
-
- 13 Apr, 2018 2 commits
-
-
Martin Bauer authored
- removed warnings - added flake8 as CI target
-
Martin Bauer authored
-