Open k-arrows opened 1 year ago
@llvm/issue-subscribers-openmp
There are patches in-flight that implement some of the portions of the pipeline for task
clauses.
https://reviews.llvm.org/D130704
There is also a general bug that is being fixed for tasks.
Not adding a TODO due to these reasons. The ticket can remain open till it is fixed.
Consider the example fortran OpenMP programs in the following: https://github.com/OpenMP/Examples/tree/main/tasking/sources
Flang-new crashes with the following programs:
These programs cause a crash probably because directives are not yet implemented, so it may be a good idea to issue a TODO message.