search for: iitm

Displaying 20 results from an estimated 50 matches for "iitm".

Did you mean: iit
2014 Feb 01
2
[LLVMdev] Eliminate SSA Virtual registers
...*global_ptr; int32_t main(int32_t argc, char ** argv){ int p = 10; int k = 20; int *pp; char *c_pp; pp = &k; global_ptr = pp; pp = &p; global_ptr = &global_var; return 0; } BR/Nizam From: "Benjamin Kramer" <benny.kra at gmail.com> To: nizam at cse.iitm.ac.in Cc: "llvmdev" <llvmdev at cs.uiuc.edu> Sent: Saturday, February 1, 2014 9:57:00 PM Subject: Re: [LLVMdev] Eliminate SSA Virtual registers On 01.02.2014, at 16:47, nizam at cse.iitm.ac.in wrote: > Hi, > > is there a opt pass that replaces the SSA virtual regi...
2014 Sep 11
2
Installation of Xmgrace and pymol package
...howing this error. I search for this error in google, but the suggestions given there is not working for me. The same message showing for both software pakage. root at localhost tmp]# yum install grace Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile * base: ftp.iitm.ac.in * elrepo: elrepo.mirrors.arminco.com * epel: epel.mirror.net.in * extras: ftp.iitm.ac.in * rpmforge: apt.sw.be * updates: ftp.iitm.ac.in No package grace available. Error: Nothing to do root at localhost tmp]# Please suggest me to how to resolve the problem ? Thank you in advance for h...
2015 Feb 13
1
Getting strange message in terminal
Dear all when I am login in terminal I am getting following message. declare -x ALL_PROXY="socks://hproxy.iitm.ac.in:3128/" declare -x AMBERHOME="/sware/amber/amber12" declare -x COLORTERM="gnome-terminal" declare -x CPPFLAGS="-I/usr/local/bin/include" declare -x DBUS_SESSION_BUS_ADDRESS="unix:abstract=/tmp/dbus-adjIuc8A5l,guid=d2289573889e3cae1ac3908354de3192" d...
2014 Feb 03
2
[LLVMdev] LoadInst result
...es. It is also possible that these operands are LLVM virtual-registers. Is there a way to determine if a given operand is a virtual-register or memory-related-on. I hope this clarifies my question. BR/Nizam From: "Tim Northover" <t.p.northover at gmail.com> To: nizam at cse.iitm.ac.in Cc: "Sean Silva" <chisophugis at gmail.com>, "llvmdev" <llvmdev at cs.uiuc.edu> Sent: Monday, February 3, 2014 3:42:29 PM Subject: Re: [LLVMdev] LoadInst result Hi Nizam, > Is there a simple way to check if a given instruction operand (represented &g...
2011 Jan 19
4
Is it okay?
Hi, I have downloaded the following version: CentOS-5.5-i386-LiveCD-Release2.iso from the mirror: http://ftp.iitm.ac.in/centos/5.5/isos/i386/ What I want to ask is that 'Release2' is the complete OS and after installation we can use 'yum update'. So at first, is it enough (as I am not going to download the complete set of 7 CDs)? -- Regards, Parshwa Murdia Making the simple complicated is c...
2014 Feb 01
3
[LLVMdev] Eliminate SSA Virtual registers
Hi, is there a opt pass that replaces the SSA virtual registers to stack-variables? I want to eliminate the SSA virtual register from my IR. Kindly suggest BR/Nizam -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140201/bdc3909a/attachment.html>
2013 Dec 06
2
Regarding installation of Raring Ringtail (13.04) (UBUNTU PACKAGE FOR R)
Dear Sir Can't find /etc/apt/sources.list file please help. When I tried the command on terminal some errors has occurred as follows- manjulata@manjulata-HP-Pavilion-dv4-Notebook-PC:~/Desktop/ndnSIM$ deb http://ftp.iitm.ac.in/cran/bin/linux/ubuntu raring/ No command 'deb' found, did you mean: Command 'dab' from package 'bsdgames' (universe) Command 'dwb' from package 'dwb' (universe) Command 'debc' from package 'devscripts' (main) Command 'debi' f...
2010 Sep 08
3
adding list to data.frame iteratively
Hi, I have a preallocated dataframe to which I have to add a list whose vectors will become rows in the dataframe. This is done iteratively. How can I do this? I'm dealing with very large numbers...list of 1000 vectors to a dataframe of 200000 iteratively for e.g. my list is as follows ll<-list(c("1","2","3"),c("2","3","4")) I
2014 Feb 01
3
[LLVMdev] LoadInst result
Folks, I have a LLVM instruction like the following %0 = load i32** %pp, align 8 I have a LoadInst &inst handle to this instruction. In addition, i could access the pointer being loaded from using the inst.getPointerOperand... However, is there a way to access the handle to the value being loaded? Essentially, i wanted to access the %0 in the statement listed. The end goal is
2010 Sep 06
3
representing NULL values in a vector
Hi, I have a vector who contents should look like this, "c" "d" NULL "e" "f" etc or 4 5 6 NULL 7 8 9 how can I represent the null value? [[alternative HTML version deleted]]
2010 Sep 08
1
bigmemory doubt
Hi, Is it possible for me to read data from shared memory created by a vc++ program into R using bigmemory? [[alternative HTML version deleted]]
2010 Sep 15
3
characters in a string
Hi, I need to check if a string "<rh>a,b,c,d<rh>" is delimited by two "<rh>" 's as efficiently as possible(I need to do this a lot of times) and return TRUE. Can someone suggest a good technique? [[alternative HTML version deleted]]
2010 Oct 01
3
Converting a dataframe column from string to datetime
Hi, I have a dataframe column of the form v<-c("Fri Feb 05 20:00:01.43000 2010","Fri Feb 05 20:00:02.274000 2010","Fri Feb 05 20:00:02.274000 2010","Fri Feb 05 20:00:06.34000 2010") I need to convert this to datetime form. I did the following.. lapply(v,function(x){strptime(x, "%a %b %d %H:%M:%OS %Y")}) This gives me a list that looks like
2016 Mar 14
2
GSOC 2016 Project proposal
...am more interested to work on a new idea for improving the Alias analysis and the underlying optimizations. I am going through some research papers in this area. I will be very grateful if someone puts me in the right direction for the project. Thanks and Regards, Shashidhar G http://www.cse.iitm.ac.in/~shashi/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160314/a21d1ea4/attachment.html>
2014 Feb 03
2
[LLVMdev] LoadInst result
...in) listed below Is there a simple way to check if a given instruction operand (represented by Value *) is a virtual register or otherwise? Context: I am creating a ModulePass for pointer Analysis. BR/Nizam From: "Sean Silva" <chisophugis at gmail.com> To: nizam at cse.iitm.ac.in Cc: "llvmdev" <llvmdev at cs.uiuc.edu> Sent: Monday, February 3, 2014 8:24:00 AM Subject: Re: [LLVMdev] LoadInst result Related: < http://llvm.org/docs/FAQ.html#what-api-do-i-use-to-store-a-value-to-one-of-the-virtual-registers-in-llvm-ir-s-ssa-representation >...
2008 Jun 18
5
Problem in Binning of a data set
Hello, I am having problem with binning the data. I have a 50X3 matrix and I binned the data for all the 3 columns. Using table command I got the total no. of elements in a particular bin. Could you please tell me how to see that what all elements are there in a particular bin and then create a different matrix for each bin? Thanks. Regards, Sumit [[alternative HTML version deleted]]
2008 Jun 10
4
Hello
Hello, I am facing a problem in drawing heat map using R. I have a 70X3 matrix and I want to draw a heat map with 1 coloumn on X axis another on Y axis and want to show the value of 3rd coloumn using heat colours. Could you please help me with this . Thank you . Regards, Sumit [[alternative HTML version deleted]]
2013 Mar 31
1
[LLVMdev] Wrong URL for organization on LLVM Users page
Hey, I was recently looking at this page : http://llvm.org/Users.html Under the Educational Users -> Organizations, Indian Institute Of Technology has been listed whose url is http://www.cse.iitb.ac.in/ instead of http://www.cse.iitm.ac.in/ (as has been put there). Kindly fix this small error. Thanks, Saurabh Anand Indian Institute Of Technology, Delhi -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130331/62623b9a/attachment.html>
2002 Nov 11
2
Thank you!
...documented config files and how well it runs. I just thought I''d thank the developers for the excellent software. You made my life a lot easier. Thanks again for the excellent software! cheers, prabhu -- Prabhu Ramachandran MayaVi Data Visualizer http://www.aero.iitm.ernet.in/~prabhu http://mayavi.sf.net
2010 Sep 04
1
return from .Call()
Hi, I have a .Call in my R function in a loop that repeats a certain number of times. Each time, the .Call returns a list. So, when I say something like, y<-func() would y be a list of lists?(as many as the number of loops?) [[alternative HTML version deleted]]