Displaying 2 results from an estimated 2 matches for "vporpo".
Did you mean:
vpop
2020 Sep 28
2
PSLP: Padded SLP Automatic Vectorization
Hey, I noticed this talk from the EuroLLVM 2015
(https://llvm.org/devmtg/2015-04/slides/pslp_slides_EUROLLVM2015.pdf) on
the PSLP vectorization algorithm (CGO 2015 paper:
http://vporpo.me/papers/pslp_cgo2015.pdf).
Is anyone working on implementing it?
If so, are there Phab reviews I can subscribe to?
Best,
Matt
2020 Oct 02
2
PSLP: Padded SLP Automatic Vectorization
...a llvm-dev wrote:
> On 28/09/2020 15:45, Matt P. Dziubinski via llvm-dev wrote:
>> Hey, I noticed this talk from the EuroLLVM 2015
>> (https://llvm.org/devmtg/2015-04/slides/pslp_slides_EUROLLVM2015.pdf)
>> on the PSLP vectorization algorithm (CGO 2015 paper:
>> http://vporpo.me/papers/pslp_cgo2015.pdf).
>>
>> Is anyone working on implementing it?
>>
>> If so, are there Phab reviews I can subscribe to?
>
> The CGO paper was based on a very old LLVM and the last I heard, moving
> the transform to a newer LLVM and rerunning the benchmark...