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

Hal Finkel via Openmp-commits openmp-commits at lists.llvm.org
Wed Aug 3 04:31:20 PDT 2016


hfinkel added a comment.

In https://reviews.llvm.org/D23115#504641, @Hahnfeld wrote:

> In https://reviews.llvm.org/D23115#504638, @hfinkel wrote:
>
> > Please add your example as a regression test case.
>
>
> Hmm, that will be tricky: Currently only the Intel Compiler will generate proxy tasks for `target nowait`...


In general, I'd still add the test (just with a comment that it had failed using the Intel compiler). I presume that the test suite runs with the Intel compiler too. Since this uses the target directive, however, I'm not sure it will run with Clang currently, so we might need to wait.


https://reviews.llvm.org/D23115





More information about the Openmp-commits mailing list