- Apr 26, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
- typos, more content - added numba to benchmark comparison
-
-
-
-
-
- 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
-
- Apr 05, 2019
-
-
Martin Bauer authored
- don't use for production runs!
-
Martin Bauer authored
-
- Apr 04, 2019
-
-
Julian Hammer authored
-
Julian Hammer authored
-
Julian Hammer authored
-
Julian Hammer authored
-
Julian Hammer authored
-
- Apr 03, 2019
-
-
Martin Bauer authored
-
Julian Hammer authored
-
- Apr 02, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- Apr 01, 2019
-
-
Julian Hammer authored
-
Julian Hammer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Julian Hammer authored
-
Julian Hammer authored
-
- Mar 29, 2019
-
-
Julian Hammer authored
-
- Mar 28, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
- Mar 22, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-