Displaying 2 results from an estimated 2 matches for "d90343".
Did you mean:
990343
2020 Nov 12
0
An update on scalable vectors in LLVM
...it is the easiest to support and gives a lot of ‘bang for buck’
> that will help us incrementally add more scalable auto-vec capabilities to
> the vectorizer. A proof of concept of what this style of vectorization
> requires was shared on Phabricator recently:
> https://reviews.llvm.org/D90343.
>
> Barcelona Supercomputer Centre shared a proof of concept for style 2 that
> uses the Vector Predication Intrinsics proposed by Simon Moll (VP:
> https://reviews.llvm.org/D57504, link to the POC:
> https://repo.hca.bsc.es/gitlab/rferrer/llvm-epi). In the past Arm has
> shared...
2020 Nov 11
3
An update on scalable vectors in LLVM
...tream LLVM, because it is the easiest to support and gives a lot of ‘bang for buck’ that will help us incrementally add more scalable auto-vec capabilities to the vectorizer. A proof of concept of what this style of vectorization requires was shared on Phabricator recently: https://reviews.llvm.org/D90343.
Barcelona Supercomputer Centre shared a proof of concept for style 2 that uses the Vector Predication Intrinsics proposed by Simon Moll (VP: https://reviews.llvm.org/D57504, link to the POC: https://repo.hca.bsc.es/gitlab/rferrer/llvm-epi). In the past Arm has shared an alternative implementation...