Diff Detail
Diff Detail
Event Timeline
Comment Actions
Comment Actions
nowait clause on taskwait was marked as "part:done" because I have implemented the support for the clang compiler. The implementation for the runtime needs to be done and I have created a place holder for it. https://reviews.llvm.org/D131830 had the subject line " [OpenMP] Clang Support for taskwait nowait clause " .
Comment Actions
So, we accept it but handle it conservatively, e.g.. ignore the nowait but act on the dependences?
Comment Actions
Yes that is correct. Once the runtime support is done then taskwait nowait is completely done.
clang/docs/OpenMPSupport.rst | ||
---|---|---|
171 | Seems it works only for functions properly |