- Jan 03, 2020
-
-
Jan Laukemann authored
-
- Oct 23, 2019
-
-
Jan Laukemann authored
-
Jan Laukemann authored
-
Jan Laukemann authored
-
Jan Laukemann authored
-
- Oct 21, 2019
-
-
Jan Laukemann authored
-
Jan Laukemann authored
-
Jan Laukemann authored
-
Jan Laukemann authored
-
- Oct 20, 2019
-
-
Jan Laukemann authored
-
- Sep 10, 2019
-
-
Jan Laukemann authored
-
- Jun 18, 2019
-
-
Martin Bauer authored
- previous method did not work with kernels generated for walberla where block size changes are made at runtime - device query does not always work, since the compile system may have no GPU or not the same GPU -> max block size is passed as parameter and only optionally determined by a device query
-
- Jun 14, 2019
-
-
Martin Bauer authored
-> different fields need different shape/stride symbols
-
Martin Bauer authored
-
- Jun 12, 2019
-
-
Martin Bauer authored
Block.subs method tried to be too smart: a = field[..] b = a + b was "simplified" incorrectly to b = field[...] + b
-
- May 29, 2019
-
-
Martin Bauer authored
-
- May 06, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- May 05, 2019
-
-
Martin Bauer authored
- stencil plotting & transformation now in ps.stencil - additional documentation & notebooks
-
- May 03, 2019
-
-
Martin Bauer authored
-
-
Martin Bauer authored
-
- Apr 29, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
- updates in readme text - added release script
-
- Apr 28, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
- typos, more content - added numba to benchmark comparison
-
- Apr 26, 2019
-
-
-
-
-
-
- introduced AbstractField and AbstractAccess Fixes #28
-
Martin Bauer authored
When two loops have assignments to the same symbol with different rhs and both are pulled before the loops, one of them is now renamed. Previously one of them was left inside the loop. Fixes #27
-
- Apr 24, 2019
-
-
Martin Bauer authored
- turned on restrict keyword by default (makes large difference on GPUs) - smarter block indexing: changing block size depending on domain size Example: previously there where (1,1,1) blocks when requested block size was (64, 1, 1) and domain size (1, 512, 512), now the block size is changed automatically to (1, 64, 1) in this case - added __lauch_bounds__ to kernels to allow better optimizations from the CUDA compiler
-
- Apr 16, 2019
-
-
Martin Bauer authored
see https://github.com/sympy/sympy/issues/16662
-
- Apr 15, 2019
-
-
Martin Bauer authored
- replace_density_and_velocity simplification produced terms like 0 * omega, because sympy's auto-eval is turned off - sympys CSE routine can apparently only handle evaluated terms - solution: evaluate multiplications with zero (i.e. replace them by 0)
-
- Apr 14, 2019
-
-
Martin Bauer authored
- style changes marked by flake - using newest kerncraft version
-