[llvm-bugs] [Bug 26402] task untied directive tests from OpenMP3.1_Validation test suite failing

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Apr 20 09:08:58 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=26402

Jack Howarth <howarth.mailing.lists at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Jack Howarth <howarth.mailing.lists at gmail.com> ---
with the commit of 

------------------------------------------------------------------------
r266853 | abataev | 2016-04-20 00:01:36 -0400 (Wed, 20 Apr 2016) | 5 lines

[OPENMP] Codegen for untied tasks.

If the untied clause is present on a task construct, any thread in the
team can resume the task region after a suspension. Patch adds proper
codegen for untied tasks.

tested at r266872 on x86_64-apple-darwain15, the OpenMP3.1_Validation test
suite built with the trunk clang compiler now produces...

#Tested Directive             t    ct    ot    oct
omp_task_untied               100    100    100    100

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160420/39a7f601/attachment-0001.html>


More information about the llvm-bugs mailing list