search for: ramaswamy

Displaying 20 results from an estimated 27 matches for "ramaswamy".

Did you mean: ramasamy
2011 May 07
2
[LLVMdev] Change the return type of a function
Hello All, I want to change the return type of a function in a Pass(in a module Pass). I dont want to change any of the arguments of that function. Assume that, I can handle the returning values properly inside the function. Please guide me how to do this ? -- Regards, Gokul Ramaswamy, Graduate Student, Department of CSE, IIT Bombay http://www.cse.iitb.ac.in/~ramaswamy -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110508/6ae9e14f/attachment.html>
2011 May 07
0
[LLVMdev] Change the return type of a function
On 5/7/11 2:01 PM, Gokul Ramaswamy wrote: > Hello All, > > I want to change the return type of a function in a Pass(in a > module Pass). I dont want to change any of the arguments of that function. > Assume that, I can handle the returning values properly inside the > function. Please guide me how to do thi...
2011 May 08
1
[LLVMdev] Change the return type of a function
..."Referring to an argument in another function!". I am not able to get good examples nor good documentation on ValueToValueMap. Can you point me in the right direction ? On Sun, May 8, 2011 at 5:06 AM, John Criswell <criswell at illinois.edu> wrote: > On 5/7/11 2:01 PM, Gokul Ramaswamy wrote: > > Hello All, > > I want to change the return type of a function in a Pass(in a module > Pass). I dont want to change any of the arguments of that function. > Assume that, I can handle the returning values properly inside the > function. Please guide me how to do...
2011 Mar 22
2
[LLVMdev] Parallelization
.... So as S1 starts executing, I want to launch another thread and execute S2 in parallel. I need help on how to launch a new thread and schedule some specific code on this new thread. I searched for it but did not get satisfiable results. Please help me out LLVM Developers. Regards, Gokul Ramaswamy H.C
2011 Mar 22
0
[LLVMdev] Parallelization
Hi Gokul Ramaswamy, > I am new to LLVM. So please help me out. Here is what I am trying to > achieve: > > If there are 2 statements in a source program - > S1; > S2; > > and I know these is no data and control dependency between them and > both take la...
2011 Mar 22
2
[LLVMdev] Parallelization
...R code. This is the case of automatic parallelization. The programmer writing the code does not have any idea of parallelization going behind the hood. So my question is instead of support at the source program level, is the an support at the LLVM IR level to parallelize things ?? Regards, Gokul Ramaswamy H.C On Tue, Mar 22, 2011 at 10:08 PM, Duncan Sands <baldrick at free.fr> wrote: > Hi Gokul Ramaswamy, > > > I am new to LLVM. So please help me out. Here is what I am trying to > > achieve: > > > > If there are 2 statements in a source program - &gt...
2011 Mar 22
0
[LLVMdev] Parallelization
On Tue, Mar 22, 2011 at 1:36 PM, Gokul Ramaswamy <gokulhcramaswamy at gmail.com > wrote: > Hi Duncan Sands, > > As I have understood, GOMP and OpenMP provides support for > parallelizing program at source program level. But I am at the IR level. > That is I am trying to parallelize the IR code. This is the case of > a...
2010 Dec 23
2
CentOS networking problem
Sir/Madam, This is Aravindh,final year student of Anna University India.We are carrying on research in Cloud Computing and using Open Nebula toolkit for that;for which we need strong network connectivity. The problem i am facing is that i am not able to ping continuously to other nodes in the network. The connectivity is getting lost after 2-3 minutes. we have inspected the connectivity links ,
2001 Sep 07
2
Newbie to rsync
Hi All I have compiled rsync on a Solaris 5.5.1 machine1 . I have compiled this on a partition on the machine as root. I have done the following shared the Partition on the machine i have compiled. mounted this partition this partition on the machine2 where I need to rsync data then When I issue the command on machine2 as rsync -avz machine2:/x machine3: It gives me sh :rsync not found EOF
2011 Mar 22
2
[LLVMdev] Parallelization
On 03/22/2011 01:56 PM, Reid Kleckner wrote: > On Tue, Mar 22, 2011 at 1:36 PM, Gokul Ramaswamy > <gokulhcramaswamy at gmail.com <mailto:gokulhcramaswamy at gmail.com>> wrote: > > Hi Duncan Sands, > > As I have understood, GOMP and OpenMP provides support for > parallelizing program at source program level. But I am at the IR > level. That...
2010 May 08
1
Plotting Help
Hi - Wondering if someone could help me with a plotting problem. I looked through the postings for this error message but the explanations are hard to follow. Basically I have matrix of 80 rows and 101 columns. I would like to generated a line graph that has 80 plots, one for each row, with the first number in that row equal to y (response) and the remaining numbers equal to the Xs. Response
2010 May 11
1
Gasoline Data in pls package
Hi - I am using pls package for some pcr computations. There is a data set called gasoline. Would someone be able to tell me what command(s) could be used to produce this graph in R? I am not sure where the log(1/R) - Y-axis - are coming from Thanks much Ravi
2005 Jun 13
1
Traffic shaping on WAN(serial) device
Hi, In our product i am using the High Speed Serial driver as the WAN interface. I''ve implemented the HSS as a serial driver and i am running PPP to connect to the internet. I have both Voice data + FTP data going thro the PPP session. Is it possible for me to use the Traffic shaper(wonder shaper) in my case/ Do i need to make the HSS driver to appear as a network device inorder to
2010 Feb 06
2
R-Help
...am not familiar with R. Could I ask you a quick question? When I read a file like this, I get an error. Not sure what I am doing wrong. I use a MAC. How do I specify a full path name for a file in R? Or do files have to reside locally? > KoreaAuto <- read.table(""/Users/ raviramaswamy/Documents/Rutgers/STT 586/HW1 Data.txt"") Error: unexpected numeric constant in "KoreaAuto <- read.table(""/Users/raviramaswamy/Documents/Rutgers/STT 586" > Seems like the working directory is > getwd() [1] "/Users/raviramaswamy" > so I said thi...
2011 Mar 22
0
[LLVMdev] Parallelization
...le? Would it be possible to re-utilize that functionality for building something to this end? Thanks Nipun On Tue, Mar 22, 2011 at 3:28 PM, Tobias Grosser <grosser at fim.uni-passau.de>wrote: > On 03/22/2011 01:56 PM, Reid Kleckner wrote: > > On Tue, Mar 22, 2011 at 1:36 PM, Gokul Ramaswamy > > <gokulhcramaswamy at gmail.com <mailto:gokulhcramaswamy at gmail.com>> wrote: > > > > Hi Duncan Sands, > > > > As I have understood, GOMP and OpenMP provides support for > > parallelizing program at source program level. But I am...
2010 May 11
1
Help with Names
Hi - a newbie question, if someone can please help.... I want to change X1, X2,,.....to X.1 X.2 etc in the names below. I am using the Principal Component Regression function (pcr) and it seems to want it this way > datap3.pcr <- pcr(water ~ X, 10, data = datap3, Validation ="cv") Error in model.frame.default(formula = water ~ X, data = datap3) : invalid type (list) for
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
..._Hayes@Dell.com> Stuart Hodgson <smhodgson@solarflare.com> Stuart Menefy <stuart.menefy@st.com> Stuart Swales <stuart.swales.croftnuisk@gmail.com> Stuart Yoder <stuart.yoder@freescale.com> Stéphane Marchesin <marcheu@chromium.org> Subash Patel <subash.ramaswamy@linaro.org> Subash Patel <subash.rp@samsung.com> Subhash Jadavani <subhashj@codeaurora.org> Subhasish Ghosh <subhasish@mistralsolutions.com> Subodh Nijsure <snijsure@grid-net.com> Subramania Sharma <sharmat@qca.qualcomm.com> Subramaniam Chanderashekarapu...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
..._Hayes@Dell.com> Stuart Hodgson <smhodgson@solarflare.com> Stuart Menefy <stuart.menefy@st.com> Stuart Swales <stuart.swales.croftnuisk@gmail.com> Stuart Yoder <stuart.yoder@freescale.com> Stéphane Marchesin <marcheu@chromium.org> Subash Patel <subash.ramaswamy@linaro.org> Subash Patel <subash.rp@samsung.com> Subhash Jadavani <subhashj@codeaurora.org> Subhasish Ghosh <subhasish@mistralsolutions.com> Subodh Nijsure <snijsure@grid-net.com> Subramania Sharma <sharmat@qca.qualcomm.com> Subramaniam Chanderashekarapu...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
..._Hayes@Dell.com> Stuart Hodgson <smhodgson@solarflare.com> Stuart Menefy <stuart.menefy@st.com> Stuart Swales <stuart.swales.croftnuisk@gmail.com> Stuart Yoder <stuart.yoder@freescale.com> Stéphane Marchesin <marcheu@chromium.org> Subash Patel <subash.ramaswamy@linaro.org> Subash Patel <subash.rp@samsung.com> Subhash Jadavani <subhashj@codeaurora.org> Subhasish Ghosh <subhasish@mistralsolutions.com> Subodh Nijsure <snijsure@grid-net.com> Subramania Sharma <sharmat@qca.qualcomm.com> Subramaniam Chanderashekarapu...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
..._Hayes@Dell.com> Stuart Hodgson <smhodgson@solarflare.com> Stuart Menefy <stuart.menefy@st.com> Stuart Swales <stuart.swales.croftnuisk@gmail.com> Stuart Yoder <stuart.yoder@freescale.com> Stéphane Marchesin <marcheu@chromium.org> Subash Patel <subash.ramaswamy@linaro.org> Subash Patel <subash.rp@samsung.com> Subhash Jadavani <subhashj@codeaurora.org> Subhasish Ghosh <subhasish@mistralsolutions.com> Subodh Nijsure <snijsure@grid-net.com> Subramania Sharma <sharmat@qca.qualcomm.com> Subramaniam Chanderashekarapu...