similar to: [LLVMdev] LLVM + FORTRAN 95

Displaying 20 results from an estimated 2000 matches similar to: "[LLVMdev] LLVM + FORTRAN 95"

2009 Nov 03
7
[LLVMdev] LLVM + FORTRAN 95
2009/11/3 David Greene <dag at cray.com>: > Your best bet is to use llvm-gfortran.  I don't know what you mean by > "AST."  Do you really want an AST or something else (LLVM IR, something > higher-level, etc.)?  LLVM doesn't understand ASTs directly. Probably for high-level optimisations, or just to see if the parser is good, as I do in my compiler. But AST is
2009 Nov 03
0
[LLVMdev] LLVM + FORTRAN 95
Hi David/Renato, By AST I mean Abstract Syntax Tree. We are writing an optimization pass for some FORTRAN95 + MPI code that requires us to analyze the AST. We thought of 2 ways of doing this: 1. Compile the code using Clang/llvm-gfortran, get the textual AST dump (somehow), analyze the AST dump using Ruby, modify it and then feed back the modified AST to LLVM. 2. Do the analysis as an LLVM
2009 Nov 03
0
[LLVMdev] LLVM + FORTRAN 95
On Tuesday 03 November 2009 15:29, Nilesh Mahajan wrote: > Hi all, > > I want to compile FORTRAN 95 code with LLVM. More specifically, I > would like to get an AST dump of the program I compile, statically > analyze the AST, make modifcations to the AST and then feed it back to > LLVM. Do you have any hints as to how I should proceed about doing > this. I noticed that clang
2009 Nov 04
0
[LLVMdev] LLVM + FORTRAN 95
On Nov 3, 2009, at 2:11 PM, Renato Golin wrote: >> Longer term, it sure would be nice to have flang. :) > > That supports HPF!! Yeah! > You realize that LLVM doesn't have data dependence analysis, so supporting HPF (with any Fortran front-end) won't be out-of-the-box. :-) -bw
2006 Jul 17
3
ROR and MogileFS
I am an engg student looking for project related to ruby and MogileFS... Can anybody suggest me about - use of ruby and MogileFS in application developement regarding - 1.is it efficient enough? 2.any alternate solution available for this? 3.any improvements that are required in MogileFS ? 4.and should i go for it? thank you.. -- Posted via http://www.ruby-forum.com/.
2010 Jul 30
1
Fw: Re: R statical-script for analysis (India)
Nilesh M. Vaghela Research Scholar c/o Prof. N. V. Sastry, Department of Chemistry, Sardar Patel University Vallabhvidyanagar-388 120 Gujarat, India --- On Thu, 29/7/10, Kurt Hornik <Kurt.Hornik@wu.ac.at> wrote: From: Kurt Hornik <Kurt.Hornik@wu.ac.at> Subject: Re: R statical-script for analysis (India) To: "Nilesh Vaghela" <nilesh_spu25@yahoo.in> Cc:
2009 Oct 02
1
Compiling with High Performance Fortran
Dear, I looked in the list something on as to compile a code with access the High Performance FORTRAN using R CMD SHLIB, but I did not find. Would like to know if the accepted R this type of language? Thanks! ? ???????????? F?bio Mathias Corr?a Estat?stica e Experimenta??o Agropecu?ria/UFLA ____________________________________________________________________________________ Veja quais
2017 Dec 14
1
help with recursive function
Your code contains the lines stopifnot(!(any(data1$norm_sd >= 1))) if (!(any(data1$norm_sd >= 1))) { df1 <- dat1 return(df1) } stop() "throws an error", causing the current function and all functions in the call stack to abort and return nothing. It does not mean to stop now and return a result. Does the function give
2017 Jul 21
0
dynamically create columns using a function
Hi, I don't know about the lazyeval package or what you are trying to do but to answer the main question "How to create columns dynamically using a function?" I would do something like that: # dataset dem <- structure(list(id = c("L1", "L2", "L3", "M1", "M2", "M3"), TEST_SET_NAME = c("A", "A",
2003 Sep 20
1
Request--help
Respected Sir, This is nilesh jaiswal,I am new to samba user.i ahev some problem configuring samba .It is not able to find the user on remote machine what should i do next can u plz help me .. After every step i run the command testparm.it give the result correct but it say cant include the file /samba/palio Nilesh Jaiswal Yahoo! India Matrimony: Find your partner online.Post your
2017 Dec 14
0
help with recursive function
Eric: I will try and see if I can figure out the issue by debugging as you suggested. I don?t know why my code after stopifnot is not getting executed where I like the code to run the funlp2 function when the if statement is TRUE but when it is false, I like it to keep running until the stopifnot condition is met. When the stopifnot condition is met, I like to get the output from if statement
2006 Jan 27
1
chan_bluetooth: successful compile and outbound cell calls: Still tweaking inbound setup. WAS: Cannot compile chan_bluetooth on Asterisk 1.2.1
Editing subject line to reflect current status. On 1/26/06, Nilesh Londhe <lvnilesh@gmail.com> wrote: > Since T616 is not answering (and incoming calls are going to Cingular > voicemail after 30 sec,) I suspect the problem focus area is... > > > -- Executing Answer("BLT/T616", "") in new stack > > Is
2019 Mar 04
3
RFC for f18+runtimes in LLVM
Am Sa., 2. März 2019 um 11:15 Uhr schrieb Chris Lattner via llvm-dev <llvm-dev at lists.llvm.org>: > I’d be really opposed to flang reusing the Clang ASTs themselves. C++ is already a complicated language and mixing all of Fortran's concerns (including a completely different object model) will make both of them *worse* than having them stand alone IMO. Could there be a common base
2017 May 16
4
LLVM Fortran front-end
Is anyone aware of what the status of the LLVM PGI Fortran front-end is? The last I've seen any information on this mailing list is about a year ago, and the original mailing list message suggested that it would be made public in late 2016. -- Joshua Cranmer Source code archæologist
2015 Nov 14
2
Adapting and open-sourcing PGI's Fortran frontend for LLVM
----- Original Message ----- > From: "Alex Bradbury" <asb at asbradbury.org> > To: "Hal Finkel" <hfinkel at anl.gov> > Cc: "LLVM Dev" <llvm-dev at lists.llvm.org>, "flang-dev" <flang-dev at googlegroups.com>, "Rob Neely" <neely4 at llnl.gov>, > "douglas miles (PGI)" <douglas.miles at
2015 Jun 08
1
chan_mobile and hardphones?
Hi, I have configured a certified asterisk 13 server with chan_mobile and res_pjsip. I have a Cisco 7940 hardphone and I use ekiga as softphone client. Now the problem is, using the hardphone I'm able to call the softphone and hear everything properly. But when I call from the hardphone to some number that has to be dialed via chan_mobile, I'm not able to hear what the other side says (I
2008 Oct 14
2
[LLVMdev] CFG modifcations and code gen
Chris, I took a look at AnalyzeBranch and I don't see how it can solve my problem. The issue itself isn't with branching, as I can handle branches fairly well in my custom pass(see the before and after dot files attached). I can take a bunch of branches and construct high level control flow for my backend since I have no ability to do goto/jump, only whileloop and ifs. So analyzing the
2004 Jul 06
13
OGG/OGM media container
Hi all, Xiph aims at developing open-standards media formats. Though xiph.org tells about vorbis/theora/flac/speex, nothing is mentioned about container to use (that is ogg/ogm). I have a few questions Is there a difference between ogg and ogm? I guess its only the extension that is different and everything else is same. Some tools (like ogmtools) are available to create ogm files. What is
2016 May 26
0
Adapting and open-sourcing PGI's Fortran frontend for LLVM
Hi Chad, I can tell you that progress is being made on PGI's side; I'll let Doug/Rob provide more detailed updates. -Hal ----- Original Message ----- > From: "Chad Rosier" <mcrosier at codeaurora.org> > To: "Hal Finkel" <hfinkel at anl.gov> > Cc: "flang-dev" <flang-dev at googlegroups.com>, "douglas miles (PGI)"
2016 May 26
2
Adapting and open-sourcing PGI's Fortran frontend for LLVM
Hi Hal, I haven't been following this closely, but has there been any updates recently. Regards, Chad -----Original Message----- From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Chris Lattner via llvm-dev Sent: Sunday, November 15, 2015 12:46 AM To: Hal Finkel <hfinkel at anl.gov> Cc: LLVM Dev <llvm-dev at lists.llvm.org>; flang-dev <flang-dev at