- 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
-
- 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
-
- 15 Mar, 2019 1 commit
-
-
Martin Bauer authored
-
- 07 Mar, 2019 1 commit
-
-
Martin Bauer authored
-
- 18 May, 2018 1 commit
-
-
Martin Bauer authored
-
- 14 May, 2018 1 commit
-
-
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
-
- 13 Apr, 2018 1 commit
-
-
Martin Bauer authored
- removed warnings - added flake8 as CI target
-
- 10 Apr, 2018 2 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- 17 Oct, 2017 1 commit
-
-
Martin Bauer authored
- support for logical operators, and/or - both phase field kernels can be vectorized now
-
- 10 Oct, 2017 1 commit
-
-
Martin Bauer authored
- sympys piecewise defined functions are mapped to blend instructions - cast function is now a class - several bugfixes
-
- 09 Oct, 2017 1 commit
-
-
Martin Bauer authored
- first vectorization tests are running - type system: use memoized getTypeOfExpression - casts are done using sp.Function('cast') - C backend adapted for vectorization support - AST nodes can required optional headers
-