search for: kalyan

Displaying 20 results from an estimated 33 matches for "kalyan".

Did you mean: kalman
2006 Dec 15
6
Query regarding linking R with Matlab
...an available Matlab program from an R 2.4.0 interface. How can I do this? I have downloaded the R.matlab file and also the manual in pdf. But still i am not able to get through the problem. I will be grateful to you if you can elaborate me on this. Awaiting your reply, regards, Bhanu Kalyan K Bhanu Kalyan K BTech CSE Final Year reach4kalyan@gmail.com Tel :+91-9885238228 __________________________________________________ [[alternative HTML version deleted]]
2010 Apr 17
3
[LLVMdev] understanding the opt tool
Hello Kalyan, There is one more thing you should know: Clang has maximum optimization turned on by default. You need to specify -O0 to turn it off if you want to see what opt does without clang running all of the optimizations first. --Sam ----- Original Message ---- > From: Duncan Sands <baldrick...
2010 Apr 18
3
[LLVMdev] .so file creation for new passes
...io 9 2008). I cant use cmake here as this hello pass has links to the llvm's solution file, I mean It uses some of the header files from llvm's solution file. Do I need to modify the program or the CMakeLists.txt file.? And where can I find this loadable Hello.so file ? Thanks a lot. -- Kalyan Ponnala phone: 8163772059 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100418/9403ce04/attachment.html>
2010 Mar 16
2
[LLVMdev] Help with understanding LLVM
...n with the LLVM's compiler implementation. I mean can anyone tell me about the lexer, parser, codegen related .cpp and .h files inside the LLVM solution project. I would like to understand the LLVM's compiler in the same way that the kaleidoscope compiler is explained. Thanks a lot. -- Kalyan Ponnala phone: 8163772059 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100315/a1d0737e/attachment.html>
2010 Apr 17
0
[LLVMdev] understanding the opt tool
...mpared to no optimizations. I mean filename.bc and filename2.bc are the same. Is my program wrong when it comes to a loop optimization or is the procedure to perform the optimization wrong. ? Thanks. On Sat, Apr 17, 2010 at 1:02 PM, Samuel Crow <samuraileumas at yahoo.com>wrote: > Hello Kalyan, > > There is one more thing you should know: Clang has maximum optimization > turned on by default. You need to specify -O0 to turn it off if you want to > see what opt does without clang running all of the optimizations first. > > --Sam > > > > ----- Original Messa...
2010 Apr 18
0
[LLVMdev] .so file creation for new passes
...! The Hello world pass sources are in llvm/lib/Transform/Hello/* If you compile llvm, the Hello library will be compiled too. It's not installed but it's in build_directory/Debug/lib/LLVMHello.so (or in build_directory/Release/lib/LLVMHello.so) Olivier. On Sun, Apr 18, 2010 at 7:35 AM, kalyan ponnala <ponnala.kalyan at gmail.com>wrote: > Hello, > > I was going through the LLVM docs "writing an LLVM Pass". Can someone tell > me how to create the Hello.so file as it is said in the document. It talks > about compiling the Hello pass using gmake. I am a Windo...
2010 Mar 16
0
[LLVMdev] Help with understanding LLVM
On Mar 15, 2010, at 8:15 PM, kalyan ponnala wrote: > Hi, > > I am trying to understand LLVM. Can an expert tell me how to compare the kaleidoscope implementation with the LLVM's compiler implementation. I mean can anyone tell me about the lexer, parser, codegen related .cpp and .h files inside the LLVM solution project...
2010 Mar 16
1
[LLVMdev] Help with understanding LLVM
...ns after the front end is done with the code. Could you tell me how does llvm comes into picture as soon as clang part of the interface deals with the source code. Thanks. On Tue, Mar 16, 2010 at 12:55 AM, Bill Wendling <wendling at apple.com> wrote: > > On Mar 15, 2010, at 8:15 PM, kalyan ponnala wrote: > > > Hi, > > > > I am trying to understand LLVM. Can an expert tell me how to compare the > kaleidoscope implementation with the LLVM's compiler implementation. I mean > can anyone tell me about the lexer, parser, codegen related .cpp and .h > files...
2007 Feb 27
1
Problem with R interface termination
...in .Last() : could not find function "finalizeSession" this error creeps in and it neither allows me to save my workspace nor come out of R. Therefore, whenever this happens, I am forced to end the Rgui.exe process from the task manager. Kindly help me fix this problem. Regards, Bhanu Kalyan K Bhanu Kalyan K B.Tech Final Year, CSE Tel: +91-9885238228 Alternate E-Mail: reach4kalyan@gmail.com --------------------------------- Need Mail bonding? [[alternative HTML version deleted]]
2010 Feb 19
1
[LLVMdev] Cbackend is C99?
Hi, I would like to know if the command llc -march=c hello.bc generates a c99 file or not. Is the cbackend target meant to be c99 or normal C. -- Kalyan Ponnala phone: 8163772059 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100219/e67c7a73/attachment.html>
2010 Mar 29
1
[LLVMdev] llvm2cpp executable
...ut llvm2cpp program along with the llvm IR of the C code. I could not find any executable in the /bin directory for llvm2cpp. I was wondering if there is either source or executable of the llvm2cpp program that is used by llvm demo available for either llvm-2.7 Pre-release or llvm-2.6 Thanks. -- Kalyan Ponnala phone: 8163772059 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100329/72245c7d/attachment.html>
2010 Apr 16
2
[LLVMdev] understanding the opt tool
...the optimizations on the source code. The commands are in this way: clang -c -emit-llvm filename.c -o filename.bc opt -strip-dead-prototypes -f <filename.bc> filename2.bc I am working on the visual studio solution file and on windows 7 (in case you want to know the platform) Thanks. -- Kalyan Ponnala phone: 8163772059 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100416/519a8b41/attachment.html>
2010 Apr 18
0
[LLVMdev] .so file creation for new passes
.../LLVMHello.so) > Loadable passes are not supported on windows due to lack of OS dynamic > linking support (and I doubt they will be supported ever). > > -- > With best regards, Anton Korobeynikov > Faculty of Mathematics and Mechanics, Saint Petersburg State University > -- Kalyan Ponnala phone: 8163772059 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100418/7689f8ec/attachment.html>
2010 Apr 18
2
[LLVMdev] .so file creation for new passes
> If you compile llvm, the Hello library will be compiled too. It's not > installed but it's in build_directory/Debug/lib/LLVMHello.so (or in > build_directory/Release/lib/LLVMHello.so) Loadable passes are not supported on windows due to lack of OS dynamic linking support (and I doubt they will be supported ever). -- With best regards, Anton Korobeynikov Faculty of Mathematics
2006 Dec 30
2
Evaluating Entire Matlab code at a time
Hi. On 12/30/06, Bhanu Kalyan.K <kalyansikha at yahoo.com> wrote: > Dear Mr.Bengtsson, > > The steps you have suggested are working for single lines of matlab > statements. But, as i mentioned earlier, If i want to see the output of an > entire matlab code (say swissroll.m) then you suggested me to do >...
2009 Dec 12
6
How to scrape a page without knowing its html structure
Hi, I''m doing one module in my site, there I need to import user blog into my site. I can use RSS feeds to read the blog information but using RSS feeds I''m not getting entire information. So, I need to scrape the user blog page. How to scrape a pages without knowing its html structure of a page? Please anyone can help me for this issue. Thanks in advance. -- You received this
2010 Apr 24
2
[LLVMdev] Proposal for Adding MetaData to a BasicBlock
...tation of SetMetadata in the Instruction class, is this where Metadata is "attached" to an Instruction? Any detailed comments / suggestions as to which client LLVM IR classes I need to dig into as well as what all the changes I will have to make would be greatly appreciated. Thanks, -- Kalyan Ponnala phone: 8163772059 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100424/f0486816/attachment.html>
2010 Feb 14
2
[LLVMdev] -march=c option not working
...C code. I saw in the documentation that "llc -march=c hello.bc" would convert the bitcode and generate a c code file. but it says llc:error: invalid target "c" could you tell me why is it not working. and what is the way to convert the bitcode file into a c file.? Thanks -- Kalyan Ponnala phone: 8163772059 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100214/7c107abc/attachment.html>
2010 Mar 21
1
[LLVMdev] Help with Metadata
Hi, Could someone tell me how does a part of the source code get translated into metadata in the LLVM IR. and what kind of code gets parsed into metadata. Thanks -- Kalyan Ponnala phone: 8163772059 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100320/cd883472/attachment.html>
2010 Apr 17
0
[LLVMdev] understanding the opt tool
Hi Kalyan, > opt -strip-dead-prototypes -f <filename.bc> filename2.bc you have to specify the list of passes to run. -strip-dead-prototypes only removes unused declarations. If there are none, it will do nothing. Try: opt -std-compile-opts -f <filename.bc> filename2.bc Ciao, Duncan.