Displaying 5 results from an estimated 5 matches for "cs15mtech11018".
Did you mean:
cs15mtech11002
2016 Oct 10
2
On Loop Distribution pass
...nkel <hfinkel at anl.gov> wrote:
>
>
> From: "Dangeti Tharun kumar via llvm-dev" <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>>
> To: llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>
> Cc: "Santanu Das" <cs15mtech11018 at iith.ac.in <mailto:cs15mtech11018 at iith.ac.in>>
> Sent: Sunday, October 9, 2016 12:09:01 PM
> Subject: [llvm-dev] On Loop Distribution pass
>
> Dear community,
>
> Our team at IITH have been experimenting with loop-distribution pass in LLVM. We see the following re...
2016 Oct 09
3
On Loop Distribution pass
Dear community,
Our team at IITH have been experimenting with loop-distribution pass in
LLVM. We see the following results on few benchmarks.
clang -O3 -mllvm -enable-loop-distribute -Rpass=loop-distribute file.c
clang -O3 -mllvm -enable-loop-distribute -Rpass-analysis=loop-distribute
file.c
TORCH
2016 Jun 24
2
Questions on LLVM vectorization diagnostics
...---------------------------------------------------------------------------
Message: 3
Date: Thu, 23 Jun 2016 10:45:28 -0700
From: Adam Nemet via llvm-dev <llvm-dev at lists.llvm.org>
To: Dangeti Tharun kumar <cs15mtech11002 at iith.ac.in>
Cc: llvm-dev at lists.llvm.org, Santanu Das <cs15mtech11018 at iith.ac.in>
Subject: Re: [llvm-dev] Questions on LLVM vectorization diagnostics
Message-ID: <B6F42D93-F676-4CB1-8413-A37A07490A55 at apple.com>
Content-Type: text/plain; charset="utf-8"
Hi Dangeti,
> On Jun 23, 2016, at 8:20 AM, Dangeti Tharun kumar via llvm-dev <llvm-...
2016 Aug 25
2
Questions on LLVM vectorization diagnostics
...nguages
-----Original Message-----
From: ghoflehner at apple.com [mailto:ghoflehner at apple.com]
Sent: Wednesday, August 24, 2016 5:38 PM
To: Saito, Hideki <hideki.saito at intel.com>
Cc: llvm-dev at lists.llvm.org; Dangeti Tharun kumar <cs15mtech11002 at iith.ac.in>; Santanu Das <cs15mtech11018 at iith.ac.in>
Subject: Re: [llvm-dev] Questions on LLVM vectorization diagnostics
Has there been a follow up? I’m very interested in specific examples underlying the key design decisions. Specifically I expect that you have examples that have a x% speed-up with ICC vs clang because of XYZ in y...
2016 Aug 30
2
Questions on LLVM vectorization diagnostics
Hi Hideki,
Thanks for the interesting writeup!
> On Aug 27, 2016, at 7:15 AM, Renato Golin via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> On 25 August 2016 at 05:46, Saito, Hideki via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
>> Now, I have one question. Suppose we'd like to split the vectorization decision as an Analysis pass and vectorization