search for: tharun

Displaying 20 results from an estimated 23 matches for "tharun".

Did you mean: tarun
2016 Jun 23
4
Questions on LLVM vectorization diagnostics
Dear LLVM Community, I am D Tharun Kumar, masters student at Indian Institute of Technology Hyderabad, working in a team to improve current vectorizer in LLVM. As an initial study, we are studying various benchmarks to analyze and compare vectorizing capabilities of LLVM, GCC and ICC. We found that vectorization remarks given by LLV...
2019 Sep 27
3
Question on target-features
...h, that would be a “yes” then… -- Krzysztof Parzyszek kparzysz at quicinc.com<mailto:kparzysz at quicinc.com> AI tools development From: llvm-dev <llvm-dev-bounces at lists.llvm.org> On Behalf Of Krzysztof Parzyszek via llvm-dev Sent: Friday, September 27, 2019 10:05 AM To: Dangeti Tharun kumar <cs15mtech11002 at iith.ac.in>; llvm-dev at lists.llvm.org Subject: [EXT] Re: [llvm-dev] Question on target-features No. The way +feature works is that it causes the assignment Attribute=Value to happen, where Attribute and Value are strings defined in a td file. With -feature, this...
2009 Aug 27
2
Strange connectivity problem from linux.
...d Fedora boxes. When I telnet to $ telnet adp.eease.com 443 it works fine some times and every 5-10 tries or so it says connection refused. And this does not happen from my windows box. Can anyone from this list try this on their linux installation and see if they get the same behaviour? Thanks Tharun
2008 Jul 09
2
sudoers
Hi, I need to run /bin/mount and /sbin/mount.cifs commands as nobody user (it has (bin/bash shell). So, I've edited /etc/sudoers and added: Cmnd_Alias CMD_MOUNT = /bin/mount Cmnd_Alias CMD_CIFS ) = /sbin/mount.cifs nobody ALL = NOPASSWD: CMD_MOUNT nobody ALL = NOPASSWD: CMD_CIFS But when I run the command as nobody (in the shell), I get the error: "mount
2016 Oct 10
2
On Loop Distribution pass
> On Oct 10, 2016, at 2:50 PM, Hal Finkel <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>> >...
2016 Jun 24
2
Questions on LLVM vectorization diagnostics
...saito at intel dot com) Technical Lead of Vectorizer Development Intel Compiler and Languages ----------------------------------------------------------------------------- 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=&qu...
2019 Jan 07
2
[Xray] Help with Xray
On Mon, Jan 7, 2019 at 3:21 PM Dean Michael Berris <dean.berris at gmail.com> wrote: > On Mon, Jan 7, 2019 at 8:43 PM Dangeti Tharun kumar > <cs15mtech11002 at iith.ac.in> wrote: > > > > Hi Dean, > > > > I have tried with -instr-map-1 and -instr-map-2, it didn't work. > > > > Yeah, I'm looking through the code and it looks like we're always just > using the function id...
2016 Oct 09
3
On Loop Distribution pass
...on candidate, the remark is "*loop not distributed: memory operations are safe for vectorization [-Rpass-analysis=loop-distribute]*". Can someone reason these results and this remark? I humbly request the community to correct me, if am missing something in my analysis. -- Thank you D Tharun kumar CS15MTECH11002 9948373970 CSE-IITH -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161009/f5f8c81b/attachment.html>
2019 Sep 27
2
Question on target-features
...: *attributes #0 = { "target-cpu"="znver2" "target-features"="+avx -avx2" }* Wheather it is equalent to omitting the avx2 from list? *attributes #0 = { "target-cpu"="znver2" "target-features"="+avx" }* -- Regards, DTharun -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190927/1e3a22ae/attachment.html>
2019 Jan 07
2
[Xray] Help with Xray
Hi Dean, I have tried with -instr-map-1 and -instr-map-2, it didn't work. Is there a way to find the function name from the identifier? -DTharun On Mon, Jan 7, 2019 at 2:29 PM Dean Michael Berris <dean.berris at gmail.com> wrote: > Hi Dangeti, > > That's interesting -- can you try providing both `-instr-map-1=` and > `-instr-map-2=` even though they're the same binary? > > If that doesn't work then it s...
2018 Nov 02
2
XMMs unused
...at using xmm10-xmm15 would have helped in this > function... > Yes, I am compiling for linux system. So the RA will not consider assigning a scratch register to a live range crossing function call, though it may reduce spills? > - Matthias > > On Oct 30, 2018, at 12:24 AM, Dangeti Tharun kumar via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > Hi Craig, > > The test case is from spec-17. > > The attached is the assembly file for the function MeanShiftImage from > spec17/538.imagick_r/src/magick/feature.c. > As I was saying, registers XMM10-15 a...
2011 Dec 05
1
LPR to windows lpd question
...es not exit. Do I need to configure anything on the server to be able to use lpr as a client ? Ultimately I want to use the above command to print to various printers based on different parameters. On a different note when I execute the same command on Fedora 14 I get Unknown as the error. Thanks Tharun
2018 Mar 13
0
Proposal for a LLVM front-end for P4 language
...published p4 paper. ( http://dx.doi.org/10.1145/2656877.2656890). References: - https://p4.org/ - P4 Paper DOI: http://dx.doi.org/10.1145/2656877.2656890 - Opensource P4 compiler https://github.com/p4lang/p4c - https://github.com/IITH-Compilers/p4lang *Thank you= Tharun, Venkat, Pankaj and Bhanu* -- D Tharun Kumar CS15MTECH11002 9948373970 CSE-IIT Hyderabad -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180313/15effc99/attachment.html>
2019 Mar 21
2
Signed Div SCEVs
Hi, I am working with SCEVs, I see the unsigned division of SCEVs, it is not immediately clear to me why the signed division of SCEV expressions is not supported by SE? I would appreciate if some could clarify or point me to some links. -- Regards, DTharun -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190321/f088ecf6/attachment.html>
2019 Jan 07
2
[Xray] Help with Xray
...ph-diff*" doesn't shows function names. This is the command I am using llvm-xray graph-diff xray-log.clang.1 xray-log.clang.2 -instr-map=../xray-build/bin/clang -o diff.dot Attached is the portion of the generated diff graph. Am I missing any flag? [image: graph_diff.jpg] -- Regards, DTharun -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190107/d747769e/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: graph_diff.jpg Type: image/jpeg Siz...
2018 Nov 02
2
XMMs unused
...lysis of spills incurred by *using a scratch register and spilled/restored across the call site* and *by not using the scratch register at all *? > > -- > With best regards, Anton Korobeynikov > Department of Statistical Modelling, Saint Petersburg State University > -- Regards, DTharun -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181102/df25f58a/attachment.html>
2019 Aug 14
2
Doubt regarding getAnalysisUsage
...s required by an analysis pass should be preserved. Say, I have an analysis pass which requires another analysis pass called *SomeAnalysis* and I have not added *AU.addPreserved<SomeAnalysis>() *to my pass. Would the pass manager still considers the *SomeAnlaysis *as preserved? -- Regards, DTharun -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190814/75f08c92/attachment.html>
2016 Aug 25
2
Questions on LLVM vectorization diagnostics
...ive us a clear answer. Thanks, Hideki Saito Intel Compilers and Languages -----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...
2008 Sep 30
2
script
Dear ALL, I need some help with bash scripting, a script that search the content of multiple files and replace old string ip "10.5.1.10" with the new string ip "127.128.1.10" it will search in specific folder and sub folders Thanks
2018 Mar 19
0
LLVM Weekly - #220, Mar 19th 2018
...sted an RFC on [avoiding giving a default CPU to the LTO plugin](http://lists.llvm.org/pipermail/llvm-dev/2018-March/121830.html). As was [determined](http://lists.llvm.org/pipermail/llvm-dev/2018-March/121845.html) later in the thread, the issue is slightly wider in scope than just LTO. * Dangeti Tharun Kumar is [seeking feedback](http://lists.llvm.org/pipermail/llvm-dev/2018-March/121736.html) on a proposal to add an LLVM front end for the P4 language (used for packet forwarding). * Artem Dergachev has offered an [update](http://lists.llvm.org/pipermail/cfe-dev/2018-March/057255.html) on efforts...