Diff Detail
Event Timeline
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 " .
So, we accept it but handle it conservatively, e.g.. ignore the nowait but act on the dependences?
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 |
Not sure what regular codegen only meant (@dreachem)?