search for: ankit

Displaying 20 results from an estimated 38 matches for "ankit".

2009 Mar 13
6
please help me PLEASEEEEEEEE
Dear ALL Please tell me how to configure Openldap in rhel 5 Please send me links & document Thanks in advance Ankit Jariwala 9725655020
2020 Sep 17
3
[NPM] Register target specific pass with opt
.... However, I could not figure out a way to register this pass with opt. I can see that llvm/lib/Passes/PassRegistry.def is the registry for target independent passes. Can anyone point me to an example/API which can help me in registering this pass so that I can use it -passes option in opt? Thanks Ankit -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200917/edbc88e3/attachment.html>
2011 Jun 25
2
[LLVMdev] dump a module from inside GDB to a file
Ankit, >From within GDB you can run the following command: "call m->dump()" This will print the module in the bitcode in a textual format. From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Ankit Sethia Sent: Saturday, June 25, 2011 20:56 To: llv...
2011 Jun 25
3
[LLVMdev] dump a module from inside GDB to a file
Hi All, I changed the CFG of a big function using a pass that runs on a function, I am having trouble debugging it. Is there someway to dump a module to a file from inside gdb? I have access to the Module pointer. Let me know if anything else is needed. -- *Ankit* -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110625/fe9d3e41/attachment.html>
2011 Jun 29
0
[LLVMdev] hello world error
Hi, I found that machine dead code elimination, does not respect the calling convention of alpha and eliminates r16, which was set correctly during code generation. I verified it with -print-after-all. Does anybody have a patch for this? On Wed, Jun 29, 2011 at 11:12 AM, Ankit Sethia <asethia at eecs.umich.edu>wrote: > Hi All, > > I am using llvm-2.9 to cross compile to alpha. I know that alpha is in > experimental stage, but i can not get even the "Hello World" program to run > on it. > > Here is what happens, the bitcode file for t...
2011 Jun 29
2
[LLVMdev] hello world error
...ropriate string, it works fine, and i get the hello world output. It seems that for some reason llc is not setting the argument of the function call. Are there any tests for alpha assembly that presently work with function call? I would like to confirm that something with alpha is working. -- Ankit -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110629/6baea47a/attachment.html>
2011 Jun 29
1
[LLVMdev] hello world error
Hi, Can people suggest how this is solved for other ISAs? This happens only for Alpha and not for x86-64. The register 16 does not have any uses within that function, but is used inside puts. So Machine DCE thinks it is dead code. On Wed, Jun 29, 2011 at 4:20 PM, Ankit Sethia <asethia at eecs.umich.edu>wrote: > Hi, > > I found that machine dead code elimination, does not respect the calling > convention of alpha and eliminates r16, which was set correctly during code > generation. I verified it with -print-after-all. > Does anybody have...
2014 Feb 26
2
Test errors on fresh installation
...sts related to python3 bindings after running them using `make check` on this fresh installation. The log can be seen here <http://pastebin.com/bnsTFG2e>. Can anyone here help me out to figure out why they are failing? Please let me know if any more information is needed. Thank you. Regards, Ankit Agrawal, Communication and Signal Processing, IIT Bombay. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20140226/afb5b743/attachment-0002.html>
2014 Feb 26
2
Test errors on fresh installation
Hi Olly, I updated my local repo and built it again, but still getting the error. I took a look at python3/test-suite.log file, but I could not locate the source of test failure. Please find attached the log file with this email. I am available on IRC(nick : ankit_agrawal) if that seems a convenient medium for you to help me out with this issue. Thanks. Regards, Ankit Agrawal, Communication and Signal Processing, IIT Bombay. On Wed, Feb 26, 2014 at 6:04 PM, Olly Betts <olly at survex.com> wrote: > On Wed, Feb 26, 2014 at 10:29:01AM +0530, Ankit...
2011 Jun 25
0
[LLVMdev] dump a module from inside GDB to a file
Hi All, I changed the CFG of a big function using a pass that runs on a function, I am having trouble debugging it. Is there someway to dump a module to a file from inside gdb? I have access to the Module pointer. Let me know if anything else is needed. -- Ankit -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110625/a622eeb9/attachment.html>
2011 Jun 25
0
[LLVMdev] dump a module from inside GDB to a file
Hi Nadev, The module is really big and i would like the dump to happen in a file instead of stdout. Is that possible? On Sat, Jun 25, 2011 at 3:37 PM, Rotem, Nadav <nadav.rotem at intel.com> wrote: > Ankit, **** > > ** ** > > From within GDB you can run the following command:**** > > “call m->dump()”**** > > This will print the module in the bitcode in a textual format. **** > > ** ** > > ** ** > > ** ** > > *From:* llvmdev-bounces at cs.uiuc.edu [ma...
2013 Mar 05
1
Getting Started with Xapian Socket codebase
Hi everyone, This is Ankit; currently final-year Computer Science undergrad at Panjab University, India. I am well versed in C++ and have a pretty decent understanding of sockets. I successfully completed GSoC last year for IDI, project titled - Google App Module for ATutor. Quite recently, I have been working on the projec...
2011 Jun 11
1
[LLVMdev] alpha assembler with llc
...lign 3 fetch_ext_rgba_dxt1: .quad 0 .size fetch_ext_rgba_dxt1, 8 alpha-gcc generates: .zero 8 .globl fetch_ext_rgba_dxt1 .type fetch_ext_rgba_dxt1, @object .size fetch_ext_rgba_dxt1, 8 .align 3 fetch_ext_rgba_dxt1: Let me know if any other information is required. -- Ankit -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110611/c42eae59/attachment.html>
2003 Dec 02
2
Reading transction log
...of does not solve the problem as files opened/closed between two successive runs will always be missed. With reference to the stated need I have 2 Questions. 1) can data in the journal file be of any help to me ? if yes how, ? 2) can kjournald be used in some way ? if yes, how ? regards Ankit.
2012 May 07
1
Topic Modeling- package lda
...ot able to apply it on a new dataset as the input parameter asks for document_sums which is an output of the result from fitting the model. Is there any way in which I can use my existing model and apply it on new data without creating a new model. Any help will be appreciated. Thanks in advance. Ankit Sethi
2009 Feb 23
6
background process
Hi all I am working on a heavy engineering project. And the requirement is that I needto do a lot of process before I store the data to the db. Now the question is that I want to do the process that I am doing but I want to do it in the background. What I actually mean to say is that..I just want the user to get a msg that Records Saved. But in real I want the process to go on in background.
2008 Dec 29
2
Array Making
...rtain values of A[1], A[2], A[3] ,A[4].....B[1],B[2],B[3]..C[1],C[2],C[3].....so on..All A,B,Cs are some numeric constant. I want to make an array which will look like [A[1], B[1], C[1], A[2], B[2], C[2], A[3], B[3] ,C[3]............ Please suggest me any way to do it.I would be deeply grateful. Ankit Kumar Gupta B.Tech. 3rd Yr IIT Roorkee India -- View this message in context: http://www.nabble.com/Array-Making-tp21200465p21200465.html Sent from the R help mailing list archive at Nabble.com.
2009 May 18
3
Number of max SIP calls.
...en files > Problem 2: Then i tried 10 calls in repeating fashion means 10 calls will mature and then will be disconnected and send the calls again. in this scenario originating side seams to be functioning right but asterisk fails to send disconnect to receiving end. Thanks & Regards Ankit Agarwal -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090518/31d47733/attachment.htm
2007 Oct 07
2
Trust p-values or not ?
...I would really appreciate if someone can help me understand these values. 1) Does the above test values indicate a statistically sound and significant model ? 2) Is a dataset of 130 enough to run linear regression with ~7-10 variables ? If not what is approximately a good size. Thanks in advance. -Ankit [[alternative HTML version deleted]]
2011 Jul 14
1
[LLVMdev] code generation for variadic function
...d how a back-end generates code for a function that has variable number of arguments. I would also to like to know what changes do i have to do to the corresponding ISAs InstrInfo.td when a call to such a function is made? Any pointers or documentation in this regard is greatly appreciated. -- Ankit -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110714/7eca6e69/attachment.html>