search for: ramakrishna

Displaying 20 results from an estimated 26 matches for "ramakrishna".

2016 Mar 24
2
Changing temp Dir: /var/tmp
What are the various option we have in setting tmp dir. I can't use the default var/tmp, and I am looking to pass the dir during compiler invocation as an arg. any help is great. Thanks Ramakrishna -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160324/263cba7a/attachment.html>
2016 Mar 24
0
Changing temp Dir: /var/tmp
Hi, LLVM will look for the following environment variables to be set, and if not it will use /var/tmp: TMPDIR, TMP, TEMP, TEMPDIR You should be able to override its behaviour by setting one of those. Cheers, James On Thu, 24 Mar 2016 at 11:21 Ramakrishna Mallireddy via llvm-dev < llvm-dev at lists.llvm.org> wrote: > What are the various option we have in setting tmp dir. > > I can't use the default var/tmp, and I am looking to pass the dir during > compiler invocation as an arg. > > any help is great. > > Thanks &...
2003 Nov 13
4
stop further sourcing of an R file
Hello, Thanks to people who responded to previous mail! Is there a way in which we can stop further sourcing of an R file? i.e., i am sourcing an R file and keep an equivalent of 'exit' in it and run the code till that point? Thanks again Regards Ramakrishna
2015 Mar 23
2
[LLVMdev] Mails from IITH marked as spam
Dear Admin, It seems that mails from our iit.ac.in domain are being marked as spam. It would be nice if something could be done about this. Best Regards Ramakrishna On Tue, Mar 24, 2015 at 1:12 AM, Aditya Kamath < adityakamath+llvmdev at gmail.com> wrote: > Hi all, > > (I received many emails that my posts were marked spam, so I am re-sending > this from another email address and hope this isn't marked spam) > > > -------------...
2018 Mar 11
1
Implement a single updater class for Dominators
...n my project .I am well aware of core concepts related to LLVM and it's code base, I have read three books available at Safari Online Books 1. LLVM - Essentials 2. LLVM - Cookbook 3. Getting-Started-With Core Libraries of LLVM I have done summer Internship at IIT Hyderabad(under supervision of Ramakrishna Upadrasta)[1], where I have made extensive use of LLVM API and benchmarked it with Spec CPU2006 . My LLVM Project had selected for 'Lightening talk and Poster Presentation' at LLVM Dev Meeting Oct 2017 USA [2]. I think above mentioned details are sufficient to represent my competence. I a...
2006 Jul 05
1
Ogg: correspondence between playtime and file offset
...P and fenice should read and send packets from current position+offset. Here I will have to map 10 secs play time to offset. If you can provide formulae or any function, that would be great help to provide streaming of ogg files with all the features that typical media player should have. Thanks, Ramakrishna
2006 Jul 05
1
Ogg: correspondence between playtime and file offset
...P and fenice should read and send packets from current position+offset. Here I will have to map 10 secs play time to offset. If you can provide formulae or any function, that would be great help to provide streaming of ogg files with all the features that typical media player should have. Thanks, Ramakrishna
2011 May 17
3
QA Testers QA with Selenium and Agile for Reston VA
...Rama with quantum InfoTech QA Testers QA with Selenium and Agile for Reston VA Duration: 3 months + (strong likelihood of an extension) Location : Reston VA We are seeking QA Testers for a contract position in Reston, VA. -Will need to have solid web services testing experience. - Selenium RamaKrishna Technical Recruiter Quantum InfoTech Inc Phone: 248.457.0700 Ext. 141. Fax: 248.928.0495 Email: ramakrishna-FbOewQwS4rm+kj4a9pkziUEOCMrvLtNR@public.gmane.org Site: http://www.quantuminfotech.com Gtalk : ramaquantuminfo-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Quantum does not endorse undesired e...
2006 Sep 15
0
FW: xm sysreq
________________________________ From: Manogna Ramakrishna Chebiyyam Sent: Friday, September 15, 2006 11:53 AM To: ''xen-users-bounces@lists.xensource.com'' Subject: xm sysreq Hi all, Can anyone tell me what are the options I can use with xm sysreq.. Basically I want to find out the CPU Slice of each dom-U.. Can anyone help? Th...
2008 Nov 21
0
Deployment Howto - REE + Passenger + AWS (EC2, EBS, snapshots)
...r.blogspot.com/2008/11/background-we-built-tourism-portal-in.html http://linuxconfig.blogspot.com/2008/11/tutorial-on-hosting-ror-app-on-amazon.html There is also a how to run it with Mongrel in an older post. The how-to is released under FDL. You can use/publish as you see fit. Thanks, kc K. C. Ramakrishna www.rknowsys.com kcr at members dot fsf dot org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public...
2016 Jun 24
2
Questions on LLVM vectorization diagnostics
Hi Dangeti, Ramakrishna, Adam, and Gerolf, >Yes this is an area that needs further improvement. We have some immediate plans to make these more useful. See the recent llvm-dev threads [1], [2]. It takes a lot of dedicated effort to make vectorization report easier to understand by ordinary programmers (i.e., those...
2006 Jul 14
1
FW: error..please help me
I am working on FC5 [root@blrkec38274d ~]# xm list Error: Error connecting to xend: No such file or directory. Is xend running? THE LOG FILE xend.log is below.... [2006-06-28 18:22:59 xend] INFO (SrvDaemon:285) Xend Daemon started [2006-06-28 18:22:59 xend] INFO (SrvDaemon:289) Xend changeset: unavailable . [2006-06-28 18:23:00 xend.XendDomainInfo] DEBUG (XendDomainInfo:201)
2016 Feb 29
2
[GSoC 2016] Code Generation Improvements task
...lib/Target/Hexagon/RDF* : Code for these pass is mostly target independent so to generalize them code needs to be wrap in MachineFunction pass and then use it as required. And if already not done , Merge Set of SSA based CFG can be computed at time of SSA generation. This can improve performance of Ramakrishna’s algorithm. 2. lib/Target/AArch64/AArch64AddressTypePromotion.cpp As far as I understand this pass promotes sign exertion for 32 bit integer ( address) and performs calculation on 64 bit number thus processes need not switch execution mode to 32 bit. Some other platforms such as MIPS, NVPTX, Spa...
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 LLVM are vague and brief, comparatively GCC and ICC are giving
2016 Aug 25
2
Questions on LLVM vectorization diagnostics
...% speed-up with ICC vs clang because of XYZ in your design. Similar if you have examples for better diagnostics if probably makes sense to share them. Thanks Gerolf > On Jun 24, 2016, at 12:45 AM, Saito, Hideki via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > > Hi Dangeti, Ramakrishna, Adam, and Gerolf, > >> Yes this is an area that needs further improvement. We have some immediate plans to make these more useful. See the recent llvm-dev threads [1], [2]. > > It takes a lot of dedicated effort to make vectorization report easier > to understand by ordinary...
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...l.com> Raju Subramanian <rsubramanian@nicira.com> Rakesh Iyer <riyer@nvidia.com> Rakib Mullick <rakib.mullick@gmail.com> Ralf Baechle <ralf@linux-mips.org> Ralf Jung <post@ralfj.de> Ram Malovany <ramm@ti.com> Ram Pai <linuxram@us.ibm.com> Ramakrishna Pallala <ramakrishna.pallala@intel.com> Ramesh Babu K V <ramesh.babu@intel.com> Ramesh Chandrasekaran <ramesh.chandrasekaran@stericsson.com> Ramesh Nagappa <ramesh.nagappa@ericsson.com> Rami Rosen <ramirose@gmail.com> Rami Rosen <rosenr@marvell.com> R...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...l.com> Raju Subramanian <rsubramanian@nicira.com> Rakesh Iyer <riyer@nvidia.com> Rakib Mullick <rakib.mullick@gmail.com> Ralf Baechle <ralf@linux-mips.org> Ralf Jung <post@ralfj.de> Ram Malovany <ramm@ti.com> Ram Pai <linuxram@us.ibm.com> Ramakrishna Pallala <ramakrishna.pallala@intel.com> Ramesh Babu K V <ramesh.babu@intel.com> Ramesh Chandrasekaran <ramesh.chandrasekaran@stericsson.com> Ramesh Nagappa <ramesh.nagappa@ericsson.com> Rami Rosen <ramirose@gmail.com> Rami Rosen <rosenr@marvell.com> R...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...l.com> Raju Subramanian <rsubramanian@nicira.com> Rakesh Iyer <riyer@nvidia.com> Rakib Mullick <rakib.mullick@gmail.com> Ralf Baechle <ralf@linux-mips.org> Ralf Jung <post@ralfj.de> Ram Malovany <ramm@ti.com> Ram Pai <linuxram@us.ibm.com> Ramakrishna Pallala <ramakrishna.pallala@intel.com> Ramesh Babu K V <ramesh.babu@intel.com> Ramesh Chandrasekaran <ramesh.chandrasekaran@stericsson.com> Ramesh Nagappa <ramesh.nagappa@ericsson.com> Rami Rosen <ramirose@gmail.com> Rami Rosen <rosenr@marvell.com> R...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...manian@nicira.com> Rakesh Iyer <riyer@nvidia.com> Rakib Mullick <rakib.mullick@gmail.com> Ralf Baechle <ralf@linux-mips.org> Ralf Jung <post@ralfj.de> Ralph Droms <rdroms@gmail.com> Ram Malovany <ramm@ti.com> Ram Pai <linuxram@us.ibm.com> Ramakrishna Pallala <ramakrishna.pallala@intel.com> Ramesh Babu K V <ramesh.babu@intel.com> Ramesh Chandrasekaran <ramesh.chandrasekaran@stericsson.com> Ramesh Nagappa <ramesh.nagappa@ericsson.com> Rami Rosen <ramirose@gmail.com> Rami Rosen <rosenr@marvell.com> R...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...manian@nicira.com> Rakesh Iyer <riyer@nvidia.com> Rakib Mullick <rakib.mullick@gmail.com> Ralf Baechle <ralf@linux-mips.org> Ralf Jung <post@ralfj.de> Ralph Droms <rdroms@gmail.com> Ram Malovany <ramm@ti.com> Ram Pai <linuxram@us.ibm.com> Ramakrishna Pallala <ramakrishna.pallala@intel.com> Ramesh Babu K V <ramesh.babu@intel.com> Ramesh Chandrasekaran <ramesh.chandrasekaran@stericsson.com> Ramesh Nagappa <ramesh.nagappa@ericsson.com> Rami Rosen <ramirose@gmail.com> Rami Rosen <rosenr@marvell.com> R...