- 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 !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 !185
-
Markus Holzer authored
-
- Nov 13, 2020
-
-
Markus Holzer authored
updated kc coupling to support layercondition analysis See merge request pycodegen/pystencils!186
-
- Nov 12, 2020
-
-
Julian Hammer authored
-
- Nov 11, 2020
-
-
Markus Holzer authored
improved kc coupling See merge request pycodegen/pystencils!184
-
-
- Nov 10, 2020
-
-
Markus Holzer authored
Delete generated file createindexlistcython.c See merge request pycodegen/pystencils!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 pycodegen/pystencils!181
-
Stephan Seitz authored
-
- Oct 29, 2020
-
-
Markus Holzer authored
Fix Dirichlet boundary condition for scalar case See merge request pycodegen/pystencils!180
-
Stephan Seitz authored
-
- Oct 13, 2020
-
-
Stephan Seitz authored
Extend testsuit See merge request pycodegen/pystencils!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 pycodegen/pystencils!169
-
-
- Oct 06, 2020
-
-
Stephan Seitz authored
C++ may cause problems for CUDA/OpenCL
-
- Oct 05, 2020
-
-
Markus Holzer authored
Update pystencils integration pipeline See merge request pycodegen/pystencils!173
-
Markus Holzer authored
-
Markus Holzer authored
count_operations: fix to not count integer expressions for addresses/constants as real operations See merge request pycodegen/pystencils!171
-
-
- Oct 03, 2020
-
-
Markus Holzer authored
Warning fixes in setup.py See merge request pycodegen/pystencils!172
-
Markus Holzer authored
-
- Sep 30, 2020
-
-
Markus Holzer authored
Fix #23: Make Field.Access NotIterable Closes #23 See merge request pycodegen/pystencils!166
-
- Sep 29, 2020
-
-
Stephan Seitz authored
-
Markus Holzer authored
Make work on SymPy 1.7: sympy.printing.ccode -> sympy.printing.cxx See merge request !170
-
Stephan Seitz authored
There's also sympy.printing.c but we are always compiling as C++.
-