- Dec 21, 2020
-
-
- Dec 19, 2020
-
-
Markus Holzer authored
Fixes for Vector Testcase to Work See merge request !200
-
-
- Dec 09, 2020
-
-
Markus Holzer authored
Make the RNG node behave more like a regular node See merge request !194
-
-
- Dec 08, 2020
-
-
Stephan Seitz authored
FIX Quicktests See merge request !196
-
-
Stephan Seitz authored
Allow failure See merge request pycodegen/pystencils!195
-
Markus Holzer authored
-
- Dec 07, 2020
-
-
Michael Kuron authored
Fixed duplicated kwargs in boundaryhandling See merge request pycodegen/pystencils!193
-
-
- Dec 06, 2020
-
-
Stephan Seitz authored
Make sure that the RNG counter can be substituted during loop cutting See merge request pycodegen/pystencils!190
-
Stephan Seitz authored
FIX pystencils install bug See merge request pycodegen/pystencils!192
-
-
Markus Holzer authored
Fix deprecation warning for Sympy 1.7 See merge request pycodegen/pystencils!191
-
We have to try from newest to oldest import to avoid deprecation warnings.
-
- Nov 26, 2020
-
-
Michael Kuron authored
-
- Nov 19, 2020
-
-
Markus Holzer authored
Automatically align to what is required for vectorization See merge request pycodegen/pystencils!189
-
- Nov 18, 2020
-
-
Michael Kuron authored
If this cannot be detected because cpuinfo is missing, use 512 bit
-
Markus Holzer authored
Blocking for partial directions See merge request pycodegen/pystencils!185
-
Markus Holzer authored
-
- Nov 13, 2020
-
-
Markus Holzer authored
updated kc coupling to support layercondition analysis See merge request !186
-
- Nov 12, 2020
-
-
Julian Hammer authored
-
- Nov 11, 2020
-
-
Markus Holzer authored
improved kc coupling See merge request !184
-
-
- Nov 10, 2020
-
-
Markus Holzer authored
Delete generated file createindexlistcython.c See merge request !182
-
-
- Oct 30, 2020
-
-
Markus Holzer authored
make integration job required for MR See merge request !179
-
Markus Holzer authored
Allow **kernel_creation_args in create_boundary_kernel See merge request !181
-
Stephan Seitz authored
-
- Oct 29, 2020
-
-
Markus Holzer authored
Fix Dirichlet boundary condition for scalar case See merge request !180
-
Stephan Seitz authored
-
- Oct 13, 2020
-
-
Stephan Seitz authored
Extend testsuit See merge request !174
-
-
Dominik Thoennes authored
-
- Oct 07, 2020
-
-
Markus Holzer authored
Use C11CodePrinter for sympy 1.7 See merge request !176
-
Markus Holzer authored
Fix: shift_slice to accept single slices as argument, and return tuples See merge request !177
-
- `shift_slice` did not work for single slices as it always tried to iterate its argument - `shift_slice` returned lists of slices, but for accessing numpy arrays, tuples of slices are required
-
Markus Holzer authored
Fix: Replaced accidental `continue` by `break` in boundaries/createindexlist.py See merge request !169
-
-