There was an error fetching the commit references. Please try again later.
Improved Vectorization
- support aligned load/stores - nontemporal stores - aligned memory allocation for arrays and temporary buffers
Showing
- assignment.py 1 addition, 1 deletionassignment.py
- astnodes.py 37 additions, 11 deletionsastnodes.py
- backends/cbackend.py 34 additions, 21 deletionsbackends/cbackend.py
- backends/simd_instruction_sets.py 3 additions, 8 deletionsbackends/simd_instruction_sets.py
- cpu/cpujit.py 1 addition, 1 deletioncpu/cpujit.py
- cpu/vectorization.py 63 additions, 15 deletionscpu/vectorization.py
- data_types.py 17 additions, 4 deletionsdata_types.py
- datahandling/parallel_datahandling.py 4 additions, 1 deletiondatahandling/parallel_datahandling.py
- datahandling/serial_datahandling.py 1 addition, 0 deletionsdatahandling/serial_datahandling.py
- integer_functions.py 31 additions, 0 deletionsinteger_functions.py
- kernelcreation.py 11 additions, 9 deletionskernelcreation.py
- transformations.py 8 additions, 3 deletionstransformations.py
Please register or sign in to comment