search for: rajesh

Displaying 20 results from an estimated 222 matches for "rajesh".

2013 Apr 30
1
wats this???
Hi all, I DONT KNOW WHAT IS THIS WHEN I RUN SERVER OR CONSOLE ITS COMMING. PLEASE ANYBODY TELME WHATS PROBLEM WHATS SOLLUTION rajesh@rajesh:~/workspace/apl$ ruby script/console Loading development environment (Rails 2.3.2) NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01. Gem.source_index called from /home/rajesh/.rvm/gems/ruby-1.8.7-p370@cybermedia_stage/gems/rails-2.3.2/lib/...
2013 Apr 23
3
Fetching gem metadata from http://rubygems.org/.Unfortunately, a fatal error has occurred. Please se
Hi guys when i''m doing bundle install i got this type of error whats this? please help me. rajesh@rajesh:~/workspace/Cybermedia_Test$ bundle install Fetching gem metadata from http://rubygems.org/.Unfortunately, a fatal error has occurred. Please see the Bundler troubleshooting documentation at http://bit.ly/bundler-issues. Thanks! /home/rajesh/.rvm/gems/ruby-1.9.3-p385@global/gems/bundler-1...
2012 Nov 21
2
[LLVMdev] Extended Inline asm with double data type crashes clang
Thanks Rafael, Hello All, Could anyone please comment, which part in selectiondag need to be understood/modified to fix this. Regards, Rajesh On Wed, Nov 21, 2012 at 2:38 AM, Rafael EspĂ­ndola < rafael.espindola at gmail.com> wrote: > I reported http://llvm.org/pr14393 to track it. > > On 20 November 2012 05:18, rajesh viswabramana > <viswabramana.rajesh at gmail.com> wrote: > > Hi, > > > >...
2012 Nov 22
0
[LLVMdev] Extended Inline asm with double data type crashes clang
...ard-float pr39058.c -O2 Generates proper code, mov r3, #0 mov r2, #0 movt r3, 16420 fmdrr d0, r2, r3 bx lr But llvm crashes, If data type is "double", register type is "int". Any comments why does llvm currently handle this case ? Regards, Rajesh On Wed, Nov 21, 2012 at 3:19 PM, rajesh viswabramana < viswabramana.rajesh at gmail.com> wrote: > Thanks Rafael, > > Hello All, > > Could anyone please comment, which part in selectiondag need to be > understood/modified to fix this. > > Regards, > Rajesh > &gt...
2002 Jan 28
4
commands to see Entire Configuration
Hi all, This may sound strange, but i have a question.. is there any commands which we can use to see the entire TC configurations.. iam new to this TC , thanks, Rajesh Rajesh Revuru, Res:105 smith lane,#33, Syracuse-NY 13210. Ph.315-422-8908(R) Ph.315-443-9120(O) --------------------------------- Do You Yahoo!? Yahoo! Auctions Great stuff seeking new owners! Bid now!
2003 Aug 12
4
rsync problem
...the command rsync -a ssh /opt/local/pkgs/httpd/htdocs/ root@remotemachine:/mnt/ I get the error rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(165) What could be the reason? Any help would be appreciated. Thanks, Rajesh. Unix System Administrator State Library of NSW Macquarie Street Sydney - 2000 Email: rajesh@sl.nsw.gov.au Ph: 02-92731711 ==================================== This email and any attachments to it are privileged and confidential. If you are not the intended recipient, please notify the sende...
2019 Mar 12
2
Query about JIT
Hi Alexey, Thank you very much for your detailed reply, will look into the resources indicated. I'd like to avoid C++ if possible, let me see how it goes. Regards, Rajesh Jayaprakash On Tue 12 Mar, 2019, 6:35 PM Sachkov, Alexey, <alexey.sachkov at intel.com> wrote: > Hi Rajesh, > > If I understand correctly, libclang is a C interface to Clang features, > not LLVM. That means that you cannot get LLVM IR via libclang: The C > Interface to Clang...
2012 Nov 20
2
[LLVMdev] Extended Inline asm with double data type crashes clang
...x) ); * ** *(or) *If double data type passed to float type of registers *double x;* *asm ( "" : "=t"(x) : "0"(x) );* It seems currently LLVM (selectionDAG) doesn't handle double to general purpose register storing. Could anyone please comment on this. Regards, Rajesh -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121120/8a4361d7/attachment.html>
2012 Aug 20
5
automatically detaching PCI host devices from guest for SRIOV usage.
...on='0x0'/> </hostdev> ) The question is anyone else facing similar problem and if so what solution was used? Secondly , is there anyway to automate the detaching of the VFs from the guest when the guest is put in the shutdown sequence ? (or for that matter destroyed). Regards, Rajesh Kumar Mallah Tel. 91-11-46710500 (Ext:303) Cell +919811255597 Website: http://www.tradeindia.com/ \|/ \|/ \|/ stop printing \|/ \|/ \|/ | | | start planting | | |
2012 Nov 20
0
[LLVMdev] Extended Inline asm with double data type crashes clang
I reported http://llvm.org/pr14393 to track it. On 20 November 2012 05:18, rajesh viswabramana <viswabramana.rajesh at gmail.com> wrote: > Hi, > > Clang crashes when below snippet of code is compiled (used latest svn > version) > > double func1() > { > double x ; > asm ( "" : "=r"(x) : "0"(x) ); > return x;...
2009 Jul 10
2
drawing hmms
Hi, I need to draw hmm's in R.I also need to include a small plot near each state of the hmm.How can I do this? -- Rajesh.J [[alternative HTML version deleted]]
2009 Feb 22
3
line joining graphs
hi, I need to draw a line joining graphs,but abline stops within a graph.What do i do to cover portions between two graphs -- Rajesh.J [[alternative HTML version deleted]]
2009 Sep 10
2
Plot area reduction
Hi, I need my plot to occupy a thin strip-like area but the plot area in R is a square so when I save it and reduce its height to a strip in my document the font in the graph looks flattened. Is there someway i can do this in R itself?..so that my plot is a strip but the font looks normal -- Rajesh.J [[alternative HTML version deleted]]
2010 May 15
2
Normalizing plot tick values
...this range without changing my data files. for e.g., if my plot has tick values at 10,20,30,40,50... i have to make this 2,4,6, etc. but without changing the plot data... I am hoping I can add something to the plot command that goes like tick values divided by a quantity. Any help is appreciated. Rajesh [[alternative HTML version deleted]]
2001 Oct 15
2
kernel 2.4.12 and ext3 patch
Hi, I have just joined this list. Sorry for this newbie question. Is the patch for Linus's kernel 2.4.12 be expected to be released soon ? Thanks in advance. Peace -- Rajesh http://www.symonds.net/~rajesh/ ***** Powered By: Debian GNU/Linux Kernel 2.4.10(ext3) : [Linux One Stanza Tip] From : <bish@nde.vsnl.net.in> LOST #028 -**< Sub : Graphic file conversion (#1) >**- Method #1 : To convert a graphic files from one format to an...
2003 Jul 14
2
Difference between tc reported rate and IPTraf Rate
I am using HTB+IMQ on an Ethernet bridge and tc for statistics reporting. I am finding that tc reported rate is about 5-10% less than that reported by IPTraf for the same traffic. Has anyone observed this before? Which is more accurate? Rajesh
2019 Sep 23
4
"Freeing" functions generated with SimpleORC for JIT use-case
...to KaleidoscopeJIT class with its ExecutionSession, CompileLayer etc.) in my process. Is there an API to reset all memory used? Does deleting the "KaleidoscopeJIT" class ensure all memory is reclaimed? In that case i can periodically re-create that class to achieve what i want. Thanks! Rajesh S R -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190923/e4d84ca7/attachment.html>
2003 Jun 25
2
Combining ingress and egress ( IMQ+HTB)
...share the bandwidth between ingress and egress? Example: I have set up www service for egress at 128 KB and ingress at 256 KB. The shaping on them works fine separately. However, I want to create a single virtual pipe for www traffic and limit both ingress and egress combined to 256 KB. Thanks. Rajesh _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2019 Jul 10
2
Using bytecode version of std::sort for JIT generated data type
...wn to machine code - it'd be in LLVM > IR. You'd import that into the module where the user code was (or copy this > "standard library" LLVM IR module and then add the to-be-JITed code to that > copy, then compile it all together). > > On Mon, Jul 8, 2019 at 8:45 PM Rajesh S R <srrajesh1989 at gmail.com> wrote: > >> >> >> On Mon, Jul 8, 2019 at 4:39 PM David Blaikie <dblaikie at gmail.com> wrote: >> >>> There isn't any magic command for this - you'd have to write some C++ >>> code/a custom LLVM optimiza...
2012 Dec 19
2
[LLVMdev] Function inline causes crash in clang for .ast to .s
...onArgList&, clang::SourceLocation): Assertion `*CurFn->isDeclaration() && "Function already has body?"*' failed. >From crash message it seems Codegen is already emitted for inline function. Crash occurs only if tried to generate assembly out of ast file. Regards, Rajesh -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121219/d2e79353/attachment.html>