[clang] [llvm] [Clang][OpenMP] Support for dispatch construct (Sema & Codegen) support (PR #117904)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 12 10:44:08 PST 2025
SunilKuravinakop wrote:
> Hi!
>
> FYI -- I have a partial implementation of semantic & codegen support for "dispatch" directives also. I've created a draft PR for it here: #126914
>
> Obviously there's no point in duplicating effort on this feature, but perhaps bits from my implementation might be helpful. I noticed a few OpenMP_VV tests fail with this patch that succeed with mine -- I'll update with further details shortly.
>
> HTH!
Hello Julian,
Thank you for the help. I am going through your implementation to see how I can use it into mine. Thanks a lot.
I am also waiting for Alexey to reply back to my changes.
--Sunil
https://github.com/llvm/llvm-project/pull/117904
More information about the cfe-commits
mailing list