- 07 May, 2021 2 commits
-
-
Michael Kuron authored
-
Michael Kuron authored
-
- 02 May, 2021 1 commit
-
-
- 31 Mar, 2021 1 commit
-
-
Michael Kuron authored
-
- 29 Mar, 2021 1 commit
-
-
Michael Kuron authored
Fixes #25
-
- 23 Feb, 2021 1 commit
-
-
Michael Kuron authored
-
- 22 Feb, 2021 1 commit
-
-
- 19 Feb, 2021 2 commits
-
-
Michael Kuron authored
-
Michael Kuron authored
-
- 18 Feb, 2021 1 commit
-
-
- 11 Feb, 2021 1 commit
-
-
and clean up some old xfails
-
- 21 Jan, 2021 1 commit
-
-
- 19 Jun, 2020 2 commits
-
-
Markus Holzer authored
-
Markus Holzer authored
-
- 17 Jun, 2020 1 commit
-
-
Markus Holzer authored
-
- 16 Jan, 2020 1 commit
-
-
Michael Kuron authored
-
- 04 Dec, 2019 1 commit
-
-
Martin Bauer authored
-
- 21 Oct, 2019 2 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- 18 Oct, 2019 1 commit
-
-
Martin Bauer authored
-
- 15 Oct, 2019 1 commit
-
-
Martin Bauer authored
-
- 11 Oct, 2019 1 commit
-
-
Martin Bauer authored
- bugfix: loop counter of vectorized loop now correctly stored as SIMD vector with entries i, i+1, i+2, ... - basis for in-kernel boundary handling
-
- 11 Jul, 2019 1 commit
-
-
Martin Bauer authored
-
- 26 Apr, 2019 1 commit
-
-
- 01 Apr, 2019 1 commit
-
-
Martin Bauer authored
-
- 21 Mar, 2019 1 commit
-
-
Martin Bauer authored
This restructuring allows for easier separation of modules into separate repositories later. Also, now pip install with repo url can be used. The setup.py files have also been updated to correctly reference each other. Module versions are not extracted from git state
-
- 18 Mar, 2019 1 commit
-
-
Martin Bauer authored
-
- 24 Jan, 2019 1 commit
-
-
Martin Bauer authored
-
- 26 Oct, 2018 1 commit
-
-
Martin Bauer authored
-
- 10 Oct, 2018 1 commit
-
-
Martin Bauer authored
- bugfix in vector-typing of piecewise functions - cast_function is now a sympy atom - fixes problems with sympy > 1.1 - replace_inner_stride_with_one is a bit faster now
-
- 05 Jun, 2018 1 commit
-
-
Martin Bauer authored
- option to allocate more memory at end of line and do not generate a tail loop, if loop range is not divisible by SIMD width
-
- 17 May, 2018 1 commit
-
-
Martin Bauer authored
-
- 14 May, 2018 2 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- 13 May, 2018 1 commit
-
-
Martin Bauer authored
- support aligned load/stores - nontemporal stores - aligned memory allocation for arrays and temporary buffers
-
- 11 May, 2018 1 commit
-
-
Martin Bauer authored
- vectorization for loops with ranges that are not a multiple of vector width - vectorization for variable sized loops if special transformation replace_inner_stride_with_one is run
-
- 27 Apr, 2018 2 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- 13 Apr, 2018 1 commit
-
-
Martin Bauer authored
- removed warnings - added flake8 as CI target
-
- 10 Apr, 2018 1 commit
-
-
Martin Bauer authored
-