Displaying 8 results from an estimated 8 matches for "shivarama".
2012 Oct 07
0
[LLVMdev] TSVC/Equivalencing-dbl
Hi Hal,
To get my understanding right, is this a test-case problem or there is a problem with x86 code generation?. I can spend some time to look into the problem.
Thanks,
Shivaram
-----Original Message-----
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Hal Finkel
Sent: Saturday, October 06, 2012 1:57 AM
To: Duncan Sands
Cc: llvmdev at cs.uiuc.edu
2012 Oct 05
2
[LLVMdev] TSVC/Equivalencing-dbl
----- Original Message -----
> From: "Duncan Sands" <duncan.sands at gmail.com>
> To: "Hal Finkel" <hfinkel at anl.gov>
> Cc: llvmdev at cs.uiuc.edu
> Sent: Friday, October 5, 2012 2:50:06 PM
> Subject: Re: TSVC/Equivalencing-dbl
>
> Hi Hal,
>
> On 05/10/12 20:32, Hal Finkel wrote:
> > ----- Original Message -----
> >>
2019 Aug 08
3
[LLVM] (RFC) Addition/Support of new Vectorization Pragmas in LLVM
...M:RFC: V2<https://docs.google.com/document/d/1YjGnyzWFKJvqbpCsZicCUczzU8HlLHkmG9MssUw-R1A/edit?usp=sharing>
docs.google.com
Vectorization Pragmas in LLVM: An RFC Yashas Andaluri, Happy Mahto, M Sai Praharsh, Bhavya Bagla IIT Hyderabad Aug 8th, 2019 [Thanks to feedback from Venugopal Raghavan, Shivarama Rao (AMD) and Michael Kruse & Hal Finkel (ANL).] Vectorization Pragmas ivdep vector(nontemporal) vector([no]vecrema...
It would be great if you could please review the above document and suggest us on how to proceed further (either about the semantics, or, about the code sections in LLVM)....
2019 Aug 08
4
[LLVM] (RFC) Addition/Support of new Vectorization Pragmas in LLVM
Hello all,
We are students from Indian Institute of Technology(IIT), Hyderabad, we
would like to propose the addition of the following pragmas in LLVM that
aide in (or possibly increase the scope of) vectorization in LLVM (in
comparison with other compilers).
1.
ivdep
2.
Nontemporal
3.
[no]vecremainder
4.
[no]mask_readwrite
5.
[un]aligned
Could you please
2019 Aug 09
3
[LLVM] (RFC) Addition/Support of new Vectorization Pragmas in LLVM
...-GiNqAl9WLpPxiAk&s=JAlwNOiT5i7zvP9qxjAe_Rt8ZZv_ukBvSbfEZzH_CZI&e=>
>> docs.google.com
>> Vectorization Pragmas in LLVM: An RFC Yashas Andaluri, Happy Mahto, M Sai
>> Praharsh, Bhavya Bagla IIT Hyderabad Aug 8th, 2019 [Thanks to feedback from
>> Venugopal Raghavan, Shivarama Rao (AMD) and Michael Kruse & Hal Finkel
>> (ANL).] Vectorization Pragmas ivdep vector(nontemporal)
>> vector([no]vecrema...
>>
>>
>> It would be great if you could please review the above document and
>> suggest us on how to proceed further (either about the...
2012 Oct 17
0
[LLVMdev] Loop vectorizer
Hi Nadav,
Do you have any small write-up of current design of loop vectorizer?. If so, can you please send it across?. I want to see if there are dependencies such as unrolling for the vectorization.
In the design we may also have to consider BB vectorizer and loop vectorizer working well together with no ambiguous requirements/dependencies.
Regards,
Shivaram
-----Original Message-----
2019 Aug 13
2
[LLVM] (RFC) Addition/Support of new Vectorization Pragmas in LLVM
...ypfqqn-GiNqAl9WLpPxiAk&s=JAlwNOiT5i7zvP9qxjAe_Rt8ZZv_ukBvSbfEZzH_CZI&e=>
docs.google.com<http://docs.google.com>
Vectorization Pragmas in LLVM: An RFC Yashas Andaluri, Happy Mahto, M Sai Praharsh, Bhavya Bagla IIT Hyderabad Aug 8th, 2019 [Thanks to feedback from Venugopal Raghavan, Shivarama Rao (AMD) and Michael Kruse & Hal Finkel (ANL).] Vectorization Pragmas ivdep vector(nontemporal) vector([no]vecrema...
It would be great if you could please review the above document and suggest us on how to proceed further (either about the semantics, or, about the code sections in LLVM)....
2012 Oct 16
4
[LLVMdev] Loop vectorizer
----- Original Message -----
> Hi Preston!
>
> >
> > I'd start by making a plan (a design!) with goals and stuff.
> > Publish it so we can see what you mean by "vectorization".
>
> I will send a separate email later, but here is a quick overview. I
> see the vectorizer having four main components:
>
> 1. Preparation passes: If-conversion,