search for: _vectorization

Displaying 2 results from an estimated 2 matches for "_vectorization".

Did you mean: vectorization
2010 May 08
0
[LLVMdev] Auto-Vectorization in LLVM
...lieve polly will simplify auto-vectorization a lot. With the help of polyhedral transformations it will be possible to generate and annotate vector parallel loops. These can afterwords be vectorized easily. I put an example on the wiki: http://wiki.llvm.org/Polyhedral_optimization_framework#2.3._Vectorization At the moment polly starts to become useful, but needs probably this summer to become mature. During the last weeks the first very simple tests started to work. At the moment we can detect matrix multiplication, create polyhedral information and code generate it again. Exporting the test case,...
2010 May 05
5
[LLVMdev] Auto-Vectorization in LLVM
Hi, I found out that Auto-Vectorization was implemented as a part of GSoC 2009. Can someone point me to the code repository including any documentation available? I would also like to know if there is any progress/future plans to include this in the main trunk? Best Regards, Raj