- Apr 03, 2021
-
-
Michael Kuron authored
-
- Apr 02, 2021
-
-
Michael Kuron authored
-
- Apr 01, 2021
-
-
Michael Kuron authored
-
- Mar 31, 2021
-
-
Michael Kuron authored
otherwise we can delete stuff from the next outer loop, which in 2D would be the one OpenMP-parallelized
-
Michael Kuron authored
-
Michael Kuron authored
-
Michael Kuron authored
-
Michael Kuron authored
-
- Mar 29, 2021
-
-
Michael Kuron authored
Fixes #25
-
Markus Holzer authored
Vectorization improvements See merge request pycodegen/pystencils!228
-
-
- Mar 15, 2021
-
-
Michael Kuron authored
Fix installation from git Closes #14 See merge request pycodegen/pystencils!227
-
-
- Mar 03, 2021
-
- Feb 26, 2021
-
-
Michael Kuron authored
Fix benchmark generation See merge request !223
-
-
- Feb 24, 2021
-
-
Markus Holzer authored
ARM Neon: Fix makeVec and add Philox See merge request !222
-
- Feb 23, 2021
-
-
Michael Kuron authored
-
- Feb 22, 2021
-
-
Michael Kuron authored
Ship c-file with pypi See merge request !221
-
-
Markus Holzer authored
Improve ARM64 support See merge request !220
-
-
Markus Holzer authored
Make RNG vectorization more robust See merge request !219
-
The vectorized RNG can switch between scalar and vector types due to loop cutting.
-
- Feb 20, 2021
-
-
Markus Holzer authored
Update setup.py See merge request pycodegen/pystencils!218
-
Markus Holzer authored
-
Markus Holzer authored
Add kerncraft templates See merge request !217
-
Markus Holzer authored
some fixes for lbmpy vectorization See merge request pycodegen/pystencils!216
-
Markus Holzer authored
-
- Feb 19, 2021
-
-
Michael Kuron authored
-
Michael Kuron authored
-
Markus Holzer authored
fix aligned_alloc on windows See merge request !215
-
-
Markus Holzer authored
default to C++17 on macOS and Windows Closes #24 See merge request !214
-
Michael Kuron authored
-
- Feb 18, 2021
-
-
Markus Holzer authored
vectorization: improve treatment of unary minus See merge request !212
-
-
Markus Holzer authored
Fix clear cache on startup See merge request !213
-
- Feb 13, 2021
-
-
Stephan Seitz authored
Due two weird recursive dependencies `clear_cache` will not be available at this point. In-lining this function will make the config key `cache.clear_cache_on_start: true` work again.
-