Displaying 20 results from an estimated 23 matches for "gokul".
Did you mean:
goku
2009 Mar 08
5
error : Redmine
Hello,
Iam getting the following error whem adding new task in redmine --
Internal error
An error occurred on the page you were trying to access.
If you continue to experience problems please contact your redMine
administrator for assistance.
Please advise. Thanks in advance.
Regards,
Gokul
--
Posted via http://www.ruby-forum.com/.
2011 Mar 22
2
[LLVMdev] Parallelization
...rallel.
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 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 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
> bo...
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...
2011 Mar 22
2
[LLVMdev] Parallelization
...the IR 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 pro...
2019 Oct 10
2
Fwd: Libvirt-QEMU : Multiplex the output from qemu's serial port to a pty as well as a file (basically redirect console to file as well as pty device)
...='pty'>
<source path='/tmp/serial.log'/>
<target port='0'/>
</serial>
is it possible to multiplex the output from qemu's serial port to a
pty as well as a file (basically redirect console to file as well as pty
device)?
Regards
Gokul
2011 May 08
1
[LLVMdev] Change the return type of a function
...s like "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...
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...
2010 Jun 29
1
Hot to configure trunk in asterisk with a2billing.
...the steps
from a2billing installation guide.
but u cant access the users from a2billing in asterisk . if i am trying to
access the username which is created in a2billing it displayed
"request timeout" somewhere i missed the configuration, please help me to
resolve this error .
Thanks,
Gokul.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100629/1d36dd00/attachment.htm
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
> l...
2019 Oct 11
0
Fwd: Libvirt-QEMU : Multiplex the output from qemu's serial port to a pty as well as a file (basically redirect console to file as well as pty device)
...='pty'>
<source path='/tmp/serial.log'/>
<target port='0'/>
</serial>
is it possible to multiplex the output from qemu's serial port to a
pty as well as a file (basically redirect console to file as well as pty
device)?
Regards
Gokul
2009 May 13
0
Unabe to restart mongrel
...====================
-------------
I also used the exhaustive command --
mongrel_rails start -e production -p 3000 -d -l
/home/cwleader/redmine-0.8/log
-------------
It specifies the port and full path of pid and mongrel log. Still error
appears. Iam stuck now. Please advice. Thank you.
Regards,
Gokul
--
Posted via http://www.ruby-forum.com/.
2011 Mar 22
0
[LLVMdev] Parallelization
...IR file?
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....
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...useppe.bilotta@gmail.com>
Giuseppe Cavallaro <peppe.cavallaro@st,com>
Giuseppe Cavallaro <peppe.cavallaro@st.com>
Giuseppe Coviello <cjg@cruxppc.org>
Glauber Costa <glommer@parallels.com>
Gleb Natapov <gleb@redhat.com>
Glen Turner <gdt@gdt.id.au>
Gokul Caushik <caushik1@gmail.com>
Gong Tao <gongtao0607@gmail.com>
Gopala Krishna Murala <gopala.krishna.murala@intel.com>
Gordon Hecker <ghecker@gmx.de>
Govindraj.R <govindraj.raja@ti.com>
Graeme Gregory <gg@slimlogic.co.uk>
Graeme Smecher <gsmecher@th...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...useppe.bilotta@gmail.com>
Giuseppe Cavallaro <peppe.cavallaro@st,com>
Giuseppe Cavallaro <peppe.cavallaro@st.com>
Giuseppe Coviello <cjg@cruxppc.org>
Glauber Costa <glommer@parallels.com>
Gleb Natapov <gleb@redhat.com>
Glen Turner <gdt@gdt.id.au>
Gokul Caushik <caushik1@gmail.com>
Gong Tao <gongtao0607@gmail.com>
Gopala Krishna Murala <gopala.krishna.murala@intel.com>
Gordon Hecker <ghecker@gmx.de>
Govindraj.R <govindraj.raja@ti.com>
Graeme Gregory <gg@slimlogic.co.uk>
Graeme Smecher <gsmecher@th...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...useppe.bilotta@gmail.com>
Giuseppe Cavallaro <peppe.cavallaro@st,com>
Giuseppe Cavallaro <peppe.cavallaro@st.com>
Giuseppe Coviello <cjg@cruxppc.org>
Glauber Costa <glommer@parallels.com>
Gleb Natapov <gleb@redhat.com>
Glen Turner <gdt@gdt.id.au>
Gokul Caushik <caushik1@gmail.com>
Gong Tao <gongtao0607@gmail.com>
Gopala Krishna Murala <gopala.krishna.murala@intel.com>
Gordon Hecker <ghecker@gmx.de>
Govindraj.R <govindraj.raja@ti.com>
Graeme Gregory <gg@slimlogic.co.uk>
Graeme Smecher <gsmecher@th...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...useppe.bilotta@gmail.com>
Giuseppe Cavallaro <peppe.cavallaro@st,com>
Giuseppe Cavallaro <peppe.cavallaro@st.com>
Giuseppe Coviello <cjg@cruxppc.org>
Glauber Costa <glommer@parallels.com>
Gleb Natapov <gleb@redhat.com>
Glen Turner <gdt@gdt.id.au>
Gokul Caushik <caushik1@gmail.com>
Gong Tao <gongtao0607@gmail.com>
Gopala Krishna Murala <gopala.krishna.murala@intel.com>
Gordon Hecker <ghecker@gmx.de>
Govindraj.R <govindraj.raja@ti.com>
Graeme Gregory <gg@slimlogic.co.uk>
Graeme Smecher <gsmecher@th...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...useppe.bilotta@gmail.com>
Giuseppe Cavallaro <peppe.cavallaro@st,com>
Giuseppe Cavallaro <peppe.cavallaro@st.com>
Giuseppe Coviello <cjg@cruxppc.org>
Glauber Costa <glommer@parallels.com>
Gleb Natapov <gleb@redhat.com>
Glen Turner <gdt@gdt.id.au>
Gokul Caushik <caushik1@gmail.com>
Gong Tao <gongtao0607@gmail.com>
Gopala Krishna Murala <gopala.krishna.murala@intel.com>
Gordon Hecker <ghecker@gmx.de>
Govindraj.R <govindraj.raja@ti.com>
Graeme Gregory <gg@slimlogic.co.uk>
Graeme Smecher <gsmecher@th...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...useppe.bilotta@gmail.com>
Giuseppe Cavallaro <peppe.cavallaro@st,com>
Giuseppe Cavallaro <peppe.cavallaro@st.com>
Giuseppe Coviello <cjg@cruxppc.org>
Glauber Costa <glommer@parallels.com>
Gleb Natapov <gleb@redhat.com>
Glen Turner <gdt@gdt.id.au>
Gokul Caushik <caushik1@gmail.com>
Goldwyn Rodrigues <rgoldwyn@suse.com>
Gong Tao <gongtao0607@gmail.com>
Gopala Krishna Murala <gopala.krishna.murala@intel.com>
Gordon Hecker <ghecker@gmx.de>
Govindraj.R <govindraj.raja@ti.com>
Graeme Gregory <gg@slimlo...