<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in distribute_parallel_for_num_threads_messages.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a914888b - [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392,</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/distribute_parallel_for_num_threads_messages.cpp#a914888b</link>
        <description>[OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392,NFC.llvm-svn: 365334

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/distribute_parallel_for_num_threads_messages.cpp</description>
        <pubDate>Mon, 08 Jul 2019 15:45:24 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a8a9153a - [OPENMP] Support for -fopenmp-simd option with compilation of simd loops</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/distribute_parallel_for_num_threads_messages.cpp#a8a9153a</link>
        <description>[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsonly.Added support for -fopenmp-simd option that allows compilation ofsimd-based constructs without emission of OpenMP runtime calls.llvm-svn: 321560

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/distribute_parallel_for_num_threads_messages.cpp</description>
        <pubDate>Fri, 29 Dec 2017 18:07:07 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9925f156 - Resubmission of http://reviews.llvm.org/D21564 after fixes.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/distribute_parallel_for_num_threads_messages.cpp#9925f156</link>
        <description>Resubmission of http://reviews.llvm.org/D21564 after fixes.[OpenMP] Initial implementation of parse and sema for composite pragma &apos;distribute parallel for&apos;This patch is an initial implementation for #distribute parallel for.The main differences that affect other pragmas are:The implementation of &apos;distribute parallel for&apos; requires blocking of the associated loop, where blocks are &quot;distributed&quot; to different teams and iterations within each block are scheduled to parallel threads within each team. To implement blocking, sema creates two additional worksharing directive fields that are used to pass the team assigned block lower and upper bounds through the outlined function resulting from &apos;parallel&apos;. In this way, scheduling for &apos;for&apos; to threads can use those bounds.As a consequence of blocking, the stride of &apos;distribute&apos; is not 1 but it is equal to the blocking size. This is returned by the runtime and sema prepares a DistIncrExpr variable to hold that value.As a consequence of blocking, the global upper bound (EnsureUpperBound) expression of the &apos;for&apos; is not the original loop upper bound (e.g. in for(i = 0 ; i &lt; N; i++) this is &apos;N&apos;) but it is the team-assigned block upper bound. Sema creates a new expression holding the calculation of the actual upper bound for &apos;for&apos; as UB = min(UB, PrevUB), where UB is the loop upper bound, and PrevUB is the team-assigned block upper bound.llvm-svn: 273884

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/distribute_parallel_for_num_threads_messages.cpp</description>
        <pubDate>Mon, 27 Jun 2016 14:55:37 +0000</pubDate>
        <dc:creator>Carlo Bertolli &lt;cbertol@us.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>e77d6e0e - [OpenMP] Initial implementation of parse and sema for composite pragma &apos;distribute parallel for&apos;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/distribute_parallel_for_num_threads_messages.cpp#e77d6e0e</link>
        <description>[OpenMP] Initial implementation of parse and sema for composite pragma &apos;distribute parallel for&apos;http://reviews.llvm.org/D21564This patch is an initial implementation for #distribute parallel for.The main differences that affect other pragmas are:The implementation of &apos;distribute parallel for&apos; requires blocking of the associated loop, where blocks are &quot;distributed&quot; to different teams and iterations within each block are scheduled to parallel threads within each team. To implement blocking, sema creates two additional worksharing directive fields that are used to pass the team assigned block lower and upper bounds through the outlined function resulting from &apos;parallel&apos;. In this way, scheduling for &apos;for&apos; to threads can use those bounds.As a consequence of blocking, the stride of &apos;distribute&apos; is not 1 but it is equal to the blocking size. This is returned by the runtime and sema prepares a DistIncrExpr variable to hold that value.As a consequence of blocking, the global upper bound (EnsureUpperBound) expression of the &apos;for&apos; is not the original loop upper bound (e.g. in for(i = 0 ; i &lt; N; i++) this is &apos;N&apos;) but it is the team-assigned block upper bound. Sema creates a new expression holding the calculation of the actual upper bound for &apos;for&apos; as UB = min(UB, PrevUB), where UB is the loop upper bound, and PrevUB is the team-assigned block upper bound.llvm-svn: 273705

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/distribute_parallel_for_num_threads_messages.cpp</description>
        <pubDate>Fri, 24 Jun 2016 18:53:35 +0000</pubDate>
        <dc:creator>Carlo Bertolli &lt;cbertol@us.ibm.com&gt;</dc:creator>
    </item>
</channel>
</rss>
