[llvm-bugs] [Bug 46573] GOMP interface: handling of if0 tasks with dependency
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Sep 24 07:55:27 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=46573
Jonathan Peyton <jonathan.l.peyton at intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Fixed By Commit(s)| |ee1c04a926904b34525e4577742
| |d8c10a23db814
CC| |jonathan.l.peyton at intel.com
--- Comment #1 from Jonathan Peyton <jonathan.l.peyton at intel.com> ---
Thanks for pointing this out Joachim!
Fixed in commit:
commit ee1c04a926904b34525e4577742d8c10a23db814
Author: Peyton, Jonathan L <jonathan.l.peyton at intel.com>
Date: Mon Sep 7 02:28:38 2020 -0500
[OpenMP] Fix if0 task with dependencies in the runtime
The current GOMP interface for serialized tasks does not take into
account task dependencies. Add the check and wait for dependencies.
Fixes: https://bugs.llvm.org/show_bug.cgi?id=46573
Differential Revision: https://reviews.llvm.org/D87271
--
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/20200924/6747ae8f/attachment.html>
More information about the llvm-bugs
mailing list