search for: ankur

Displaying 20 results from an estimated 82 matches for "ankur".

2013 Sep 15
1
Data labels in R
...in the excel file and loaded into "lables" library(xlsx) library(zoo) fPTAnalysis<-"Input.xls" data<-read.xlsx(fPTAnalysis,9) lables<-subset(data, select=c(Labels)) data<-subset(data, select=c(Date,col1, col2 )) data<-read.zoo(data) plot(data) -- Regards, Ankur Seth [[alternative HTML version deleted]]
2013 Feb 22
1
[LLVMdev] llvm-ar llvm-link
...ling, I look for only relavant files and link them using code form llvm-link. OR. rather than linking the files, only extract the function from the library .bc file and insert it into module of application .bc. Does any of the idea make sense ? Which one will be doable+preferable? Thanks a lot, Ankur On Thu, Feb 21, 2013 at 11:51 PM, Hassan, Ahmad <ahmad.hassan at sap.com>wrote: > Hi Ankur,**** > > ** ** > > ** ** > > Why do you need archive in this case? The other way of doing this is to > merge all bitcode files into single file:**** > > ** ** >...
2011 Jul 01
2
[LLVMdev] LLVM Instr from MachineInstr
...MachineInstr is generated ? Although I understand it goes through many optimization after a LLVM instruction is converted to SDAG node, so maintaining such a mapping will be hard. Still is the mapping stored some where which can give some sane results at least in case of -O0? Thanks and regards, Ankur
2013 Feb 21
2
[LLVMdev] llvm-ar llvm-link
...hose definition is present in bcd.c) $ clang -c -emit-llvm abc.c $ clang -c -emit-llvm bcd.c $ llvm-ar cr bsd.ar bcd.o $ llvm-link abc.o bsd.ar llvm-link: bsd.ar:1:2: error: expected integer !<arch> ^ llvm-link: error loading file 'bsd.ar' What am I missing here ? Regards, Ankur -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130221/6b67d482/attachment.html>
2013 Feb 21
0
[LLVMdev] llvm-ar llvm-link
Hi Ankur, Why do you need archive in this case? The other way of doing this is to merge all bitcode files into single file: $ clang -c -emit-llvm abc.c -o abc.bc $ clang -c -emit-llvm bcd.c -o bcd.bc llvm-link bcd.bc abc.bc -o merged.bc Cheers, Ahmad From: llvmdev-bounces at cs.uiuc.edu [mailto:llvm...
2013 Jan 23
3
[LLVMdev] OpenCL SPIR/NVPTX code generation
...iles fine. However in the llvm generated, it shows the target triple as target triple = "i386-pc-linux-gnu" So it crashes with the llc ( due to the address space errors). I also tried building llvm with only nvptx target, still the target triple is the same. Please help. Thanks a ton, Ankur On Wed, Jan 23, 2013 at 1:20 PM, Benyei, Guy <guy.benyei at intel.com> wrote: > Hi Ankur,**** > > SPIR generation is not yet fully supported in Clang. I’m working on this > task, but there are still some missing parts.**** > > The correct way to generate SPIR by Clang i...
2011 Jul 01
0
[LLVMdev] LLVM Instr from MachineInstr
Hi Ankur, For a MachineBasicBlock you can call getBasicBlock() to find the IR level BasicBlock from which it was generated (if there isn't a one, it will return NULL). I don't know of a way to get a finer granularity than that, though. -Jim On Jul 1, 2011, at 1:06 AM, ankur deshwal wrote: > H...
2013 Jan 24
1
[LLVMdev] [cfe-dev] OpenCL SPIR/NVPTX code generation
Hello everyone, Thanks a lot for the help. -target nvptx worked great with llvm-3.2. However it gives error with -target spir. LLVM/Clang trunk although works good for both options ( probably because spir is still work in progress ). Thanks again. - Ankur On Thu, Jan 24, 2013 at 12:43 PM, Benyei, Guy <guy.benyei at intel.com> wrote: > Hi Jordan,**** > > You’re right, and the driver -target option works perfectly with the SPIR > triples.**** > > ** ** > > Thanks**** > > Guy Benyei**** > > [image: ema...
2013 Jan 23
0
[LLVMdev] OpenCL SPIR/NVPTX code generation
Hi Ankur, Since you use -Xclang, the clang executable passes multiple triples to "clang -cc1". You can see that if you add the -v option. I'm sure there is someone here who can explain it better than I... Anyhow, I think you better use clang -cc1. Make sure -cc1 is the first command line optio...
2005 Feb 07
2
[LLVMdev] Segmentation Fault(Modifying BasicBlockPlacement.cpp)
...lvm::Function, llvm::ilist_traits<llvm::BasicBlock> >::getNext(llvm::BasicBlock*)+0x11)[0x83d36c5] > opt(llvm::ilist_iterator<llvm::BasicBlock>::operator++()+0x17)[0x83d011d] > opt(llvm::ilist_iterator<llvm::BasicBlock>::operator++(int)+0x1c)[0x849c64e] > /home/tsharma/ankur/llvm/Debug/lib/LLVMHello.so((anonymous namespace)::Hello::PlaceBlocks(llvm::BasicBlock*)+0x196)[0x115616] > /home/tsharma/ankur/llvm/Debug/lib/LLVMHello.so((anonymous namespace)::Hello::runOnFunction(llvm::Function&)+0x68)[0x115450] > opt(llvm::PassManagerTraits<llvm::Function>::run...
2012 Jun 06
2
[LLVMdev] llvm-dev 2012 meet videos
...get is Proxy request sent, awaiting response... 503 Service Unavailable 2012-06-06 12:00:14 ERROR 503: Service Unavailable. If possible, please share the videos on other medium ( youtube etc.) too. This will spare LLVM web server from heavy traffic due to video downloads too. Thanks and regards, Ankur
2005 Feb 07
0
[LLVMdev] Segmentation Fault(Modifying BasicBlockPlacement.cpp)
...and then iterate through the list of basicblocks , picking up block with position equal to that of the random number and place it into the current InsertPos and increment InsertPos. Running it like this: ------------------------------------------------------------------- opt -load /home/tsharma/ankur/llvm/Debug/lib/LLVMHello.so -hello <helloprog.bc> /dev/null --------------------------------------------------------------------- I wish to make it more sophisticated but initially was trying to see whether a simple modification to BasicBlockPlacement works or not. Also when I try to run th...
2012 Jun 06
2
[LLVMdev] llvm-dev 2012 meet videos
...Joey Gouly <joel.gouly at gmail.com> wrote: > There are plans to upload, when Chandler has the time. The YouTube account > is LLVMProject. > Should get them up this week. Sorry I didn't even remember to do it after they were posted! > Joey > On Jun 6, 2012 8:45 AM, "ankur deshwal" <a.s.deshwal at gmail.com> wrote: > >> Hi, >> >> I am unable to download videos from the site >> >> http://llvm.org/devmtg/2012-04-12/. >> >> The response I always get is >> >> Proxy request sent, awaiting response... 503...
2013 Jan 23
2
[LLVMdev] [cfe-dev] OpenCL SPIR/NVPTX code generation
On Jan 23, 2013, at 4:04 , "Benyei, Guy" <guy.benyei at intel.com> wrote: > Hi Ankur, > Since you use –Xclang, the clang executable passes multiple triples to “clang -cc1”. You can see that if you add the -v option. I’m sure there is someone here who can explain it better than I… > Anyhow, I think you better use clang -cc1. Make sure -cc1 is the first command line option you...
2012 May 24
2
[LLVMdev] LTO for smaller memory footprint for Clang
...ker to treat them as compiled binaries which can be linked together with LTO pass. If this is possible by changes in Makefiles or build system, it can help me a lot in removing some generic parts in Clang too to make a less generic but lighter compiler tool. Please help me with the same. Thanks, Ankur [1] http://llvm.org/docs/GoldPlugin.html [2] http://llvm.org/docs/LinkTimeOptimization.html
2011 Jun 21
1
[LLVMdev] AsmPrinter directory
...enumerated only if *AsmPrinter.cpp file is present in {srcdir}/lib/Target/${target_to_build} Does this means that making a separate directory for AsmPrinter is no more supported. I saw other architectures have also moved the files from ${target_to_build}AsmPrinter/ to ${target_to_build}. Thanks, Ankur
2011 Jul 01
2
[LLVMdev] Operand name missing
...happens for a function with varArgs. The interesting part is that the same C code when compiled with llvm-2.6 contains the I->getOperand(0)->Name as name of the function. I will try to dig in to get the reason. Can some one give me pointer to what can be reason for this? Thanks and regards, Ankur
2012 Jun 06
0
[LLVMdev] llvm-dev 2012 meet videos
There are plans to upload, when Chandler has the time. The YouTube account is LLVMProject. Joey On Jun 6, 2012 8:45 AM, "ankur deshwal" <a.s.deshwal at gmail.com> wrote: > Hi, > > I am unable to download videos from the site > > http://llvm.org/devmtg/2012-04-12/. > > The response I always get is > > Proxy request sent, awaiting response... 503 Service Unavailable > 2012-06-06 12:0...
2011 Jul 07
1
Taking inputs from the user
...al package. The issue is that I need to setup a tool so that I can give it to Sales Executive who can plug in the necessary variables and get the output. Is there a way to do that ?? They don't have R on their systems and I doubt they are going to install it. Need urgent help on this. Thanks, Ankur This e-mail (and any attachments), is confidential and may be privileged. It may be read, copied and used only by intended recipients. Unauthorized access to this e-mail (or attachments) and disclosure or copying of its contents or any action taken in reliance on it is unlawful. Unintended recipi...
2013 Jan 24
0
[LLVMdev] [cfe-dev] OpenCL SPIR/NVPTX code generation
Hi Jordan, You're right, and the driver -target option works perfectly with the SPIR triples. Thanks Guy Benyei [email_signature_guy_new2] From: Jordan Rose [mailto:jordan_rose at apple.com] Sent: Wednesday, January 23, 2013 19:47 To: Benyei, Guy Cc: ankur deshwal; cfe-dev at cs.uiuc.edu; llvmdev at cs.uiuc.edu Subject: Re: [cfe-dev] OpenCL SPIR/NVPTX code generation On Jan 23, 2013, at 4:04 , "Benyei, Guy" <guy.benyei at intel.com<mailto:guy.benyei at intel.com>> wrote: Hi Ankur, Since you use -Xclang, the clang executable...