[Openmp-commits] [PATCH] D23115: __kmp_free_task: Fix for serial explicit tasks producing proxy tasks

Jonas Hahnfeld via Openmp-commits openmp-commits at lists.llvm.org
Thu Aug 4 06:20:31 PDT 2016


Hahnfeld added a comment.

In https://reviews.llvm.org/D23115#504658, @hfinkel wrote:

> > Maybe we could reuse the idea of `tasking/kmp_taskloop.c` where the compiler generated code is manually emitted...
>
>
> That works too.


But it is not much fun. We should think about splitting `kmp.h` to make the compiler facing functions easily available in the tests which I have for now duplicated


https://reviews.llvm.org/D23115





More information about the Openmp-commits mailing list