[cfe-dev] Regarding LLVM outer loop vectorization

Jeff Hammond via cfe-dev cfe-dev at lists.llvm.org
Sun Sep 2 07:56:55 PDT 2018


There’s a talk on this precise topic at the upcoming LLVM dev mtg. You
might get the answers you need from the authors’ paper once it is published.

https://llvm.org/devmtg/2018-10/talk-abstracts.html#talk21

Jeff

On Sat, Sep 1, 2018 at 11:03 AM Praveen Seneviratne via cfe-dev <
cfe-dev at lists.llvm.org> wrote:

> Hello,
>
> I am trying to vectorize a loop nest by vectorizing outermost loop using
> OpenMP as a part of an undergraduate project due in November. I believe
> clang does not support this at the moment. I found Region Vectorizer
> <https://github.com/cdl-saarland/rv> framework as a solution for this.
> Would you recommend this framework or is there a popular workaround? (may
> be by enforcing vectorization using clang specific pragmas)
>
> Thank you!
>
> Regards,
> Praveen
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
>
-- 
Jeff Hammond
jeff.science at gmail.com
http://jeffhammond.github.io/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20180902/731487b9/attachment.html>


More information about the cfe-dev mailing list