Displaying 4 results from an estimated 4 matches for "d72400".
Did you mean:
372400
2020 Feb 15
5
[flang-dev] About OpenMP dialect in MLIR
...flang-compiler.org/2019-May/000220.html
>
> b. Review of barrier construct is in progress:
> https://reviews.llvm.org/D72962
>
> Minor correction here. The addition of barrier construct was accepted and
> has landed (https://reviews.llvm.org/D7240
> <https://reviews.llvm.org/D72400>). It is the review for translation to
> LLVM IR that is in progress.
>
> It looks like the design has evolved over time and there is no one place
> which contains the latest design decisions that fits all the different
> pieces of the puzzle. I will try to deduce it from the abov...
2020 Feb 17
3
[flang-dev] About OpenMP dialect in MLIR
...;>> b. Review of barrier construct is in progress:
>>> https://reviews.llvm.org/D72962
>>>
>>> Minor correction here. The addition of barrier construct was accepted
>>> and has landed (https://reviews.llvm.org/D7240
>>> <https://reviews.llvm.org/D72400>). It is the review for translation to
>>> LLVM IR that is in progress.
>>>
>>> It looks like the design has evolved over time and there is no one place
>>> which contains the latest design decisions that fits all the different
>>> pieces of the puzzl...
2020 Feb 18
2
[flang-dev] About OpenMP dialect in MLIR
...is in progress:
>>>>> https://reviews.llvm.org/D72962
>>>>>
>>>>> Minor correction here. The addition of barrier construct was accepted
>>>>> and has landed (https://reviews.llvm.org/D7240
>>>>> <https://reviews.llvm.org/D72400>). It is the review for translation
>>>>> to LLVM IR that is in progress.
>>>>>
>>>>> It looks like the design has evolved over time and there is no one
>>>>> place which contains the latest design decisions that fits all the
>>&g...
2020 Feb 13
6
About OpenMP dialect in MLIR
Hi,
I have few questions / concerns regarding the design of OpenMP dialect in
MLIR that is currently being implemented, mainly for the f18 compiler.
Below, I summarize the current state of various efforts in clang / f18 /
MLIR / LLVM regarding this. Feel free to add to the list in case I have
missed something.
1. [May 2019] An OpenMPIRBuilder in LLVM was proposed for flang and clang
frontends.