[llvm-dev] LLVM and parallelization
Hal Finkel via llvm-dev
llvm-dev at lists.llvm.org
Wed Dec 16 12:41:56 PST 2015
----- Original Message -----
> From: "Iulia Stirb via llvm-dev" <llvm-dev at lists.llvm.org>
> To: llvm-dev at lists.llvm.org
> Sent: Wednesday, December 16, 2015 9:28:54 AM
> Subject: [llvm-dev] LLVM and parallelization
>
> Hi,
>
>
> I know LLVM provides t hread-level automatic parallel support using
> OpenMP (see http://blog.llvm.org/2015/05/openmp-support_22.html ),
> but it is not clear for me which of the following is correct?
>
>
> 1. Clang inserts in the source code OpenMP compiler directives, so,
> it auto-parallelizes the serial source code provided as input or
> 2. Clang can compile manually written parallel source code that uses
> OpenMP directives
Thus far, only (2). There is, however, experimental support for (1) in the Polly project.
-Hal
>
> Best regards,
> Iulia Stirb
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
--
Hal Finkel
Assistant Computational Scientist
Leadership Computing Facility
Argonne National Laboratory
More information about the llvm-dev
mailing list