-
- Downloads
Improving vectorization integration
- Add parsing for deprecated `cpu_vectorize_info` option - Remove late folding pass; fold indices in `LowerToC` instead - We cannot fold after intrin selection, since the AST now contains unknown types - Re-enable vectorization quicktest - Improve exception string in PsExpression
parent
1ea48954
No related branches found
No related tags found
Showing
- src/pystencils/backend/ast/expressions.py 1 addition, 1 deletionsrc/pystencils/backend/ast/expressions.py
- src/pystencils/backend/platforms/x86.py 27 additions, 22 deletionssrc/pystencils/backend/platforms/x86.py
- src/pystencils/backend/transformations/lower_to_c.py 14 additions, 10 deletionssrc/pystencils/backend/transformations/lower_to_c.py
- src/pystencils/config.py 48 additions, 3 deletionssrc/pystencils/config.py
- src/pystencils/kernelcreation.py 4 additions, 8 deletionssrc/pystencils/kernelcreation.py
- tests/nbackend/transformations/test_lower_to_c.py 2 additions, 3 deletionstests/nbackend/transformations/test_lower_to_c.py
- tests/test_quicktests.py 33 additions, 20 deletionstests/test_quicktests.py
Loading
Please register or sign in to comment