r318692 - [OpenMP] Initial implementation of code generation for pragma 'teams distribute parallel for' on host
Jonas Hahnfeld via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 21 15:10:58 PST 2017
Hi,
these failures were probably introduced by r318789, Richard Trieu should
have fixed them in r318811.
http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/builds/20991
is already green ;-)
Jonas
Am 2017-11-21 17:37, schrieb Yung, Douglas via cfe-commits:
> Hi Carlo,
>
> The following four tests that you added with this commit are failing
> on the PS4 Windows and PS4 Linux bot:
>
> Clang :: OpenMP/teams_distribute_parallel_for_codegen.cpp
> Clang ::
> OpenMP/teams_distribute_parallel_for_firstprivate_codegen.cpp
> Clang :: OpenMP/teams_distribute_parallel_for_private_codegen.cpp
> Clang :: OpenMP/teams_distribute_parallel_for_reduction_codegen.cpp
>
> Can you take a look so that we can get the bot back to green?
>
> Linux:
> http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/builds/20990
> Windows:
> http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast/builds/13643
>
> Thanks!
>
> Douglas Yung
>
>> -----Original Message-----
>> From: cfe-commits [mailto:cfe-commits-bounces at lists.llvm.org] On
>> Behalf Of
>> Carlo Bertolli via cfe-commits
>> Sent: Monday, November 20, 2017 12:47
>> To: cfe-commits at lists.llvm.org
>> Subject: r318692 - [OpenMP] Initial implementation of code generation
>> for
>> pragma 'teams distribute parallel for' on host
>>
>> Author: cbertol
>> Date: Mon Nov 20 12:46:39 2017
>> New Revision: 318692
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=318692&view=rev
>> Log:
>> [OpenMP] Initial implementation of code generation for pragma 'teams
>> distribute parallel for' on host
>>
>> https://reviews.llvm.org/D40187
>>
>> This patch implements code gen for 'teams distribute parallel for' on
>> the
>> host, including all its clauses and related regression tests.
>>
>>
>> Added:
>> cfe/trunk/test/OpenMP/teams_distribute_parallel_for_codegen.cpp
>>
>> cfe/trunk/test/OpenMP/teams_distribute_parallel_for_collapse_codegen.cpp
>>
>> cfe/trunk/test/OpenMP/teams_distribute_parallel_for_copyin_codegen.cpp
>>
>> cfe/trunk/test/OpenMP/teams_distribute_parallel_for_dist_schedule_codegen.cpp
>>
>> cfe/trunk/test/OpenMP/teams_distribute_parallel_for_firstprivate_codegen.cpp
>> cfe/trunk/test/OpenMP/teams_distribute_parallel_for_if_codegen.cpp
>>
>> cfe/trunk/test/OpenMP/teams_distribute_parallel_for_lastprivate_codegen.cpp
>>
>> cfe/trunk/test/OpenMP/teams_distribute_parallel_for_num_threads_codegen.cpp
>>
>> cfe/trunk/test/OpenMP/teams_distribute_parallel_for_private_codegen.cpp
>>
>> cfe/trunk/test/OpenMP/teams_distribute_parallel_for_proc_bind_codegen.cpp
>>
>> cfe/trunk/test/OpenMP/teams_distribute_parallel_for_reduction_codegen.cpp
>>
>> cfe/trunk/test/OpenMP/teams_distribute_parallel_for_schedule_codegen.cpp
>> Modified:
>> cfe/trunk/lib/Basic/OpenMPKinds.cpp
>> cfe/trunk/lib/CodeGen/CGStmtOpenMP.cpp
>> cfe/trunk/lib/Sema/SemaOpenMP.cpp
>>
>> [...]
More information about the cfe-commits
mailing list