[PATCH] D71989: [OpenMP][IRBuilder][WIP] Prototype `omp task` support

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 7 13:32:18 PDT 2021


jdoerfert added a subscriber: ggeorgakoudis.
jdoerfert added a comment.

In D71989#2987095 <https://reviews.llvm.org/D71989#2987095>, @rogfer01 wrote:

> Hi @jdoerfert, we (BSC) may be able to work on this but we don't want to step on each one toes. Are there plans to push this forward (by you or someone else)?
>
> How essential is changing the task interface in the context of your vision for the OpenMP-wise optimisations? Reusing the existing interface may not be ideal in that sense but could allow us to have a baseline already working for `flang`.
>
> Thoughts? Thanks!

I am not actively working on this, @ggeorgakoudis was interested though. We can communicate via email what is a good way forward.
I am fine with keeping the original interface first and just moving the code, if you think that is easier. 
(I was hoping that API simplifications will make the move easier but I might have been wrong.)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71989/new/

https://reviews.llvm.org/D71989



More information about the llvm-commits mailing list