Hi everyone! Today is the official "pencils down" day for GSoC and I wrote a report describing what results I've achieved since my last report in July: http://flang-gsoc.blogspot.ie/2013/09/end-of-gsoc-report.html Thanks for this GSoC LLVM! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130923/0fcb911e/attachment.html>
Wow, fantastic results! Great work! cheers, --renato On 23 September 2013 13:25, Alex L <arphaman at gmail.com> wrote:> Hi everyone! > > Today is the official "pencils down" day for GSoC and I wrote a report > describing what results I've achieved since my last report in July: > > http://flang-gsoc.blogspot.ie/2013/09/end-of-gsoc-report.html > > Thanks for this GSoC LLVM! > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130923/734a31fb/attachment.html>
I'd like to publicly congratulate Alex for his excellent work this summer! He worked diligently throughout the entire period, and he quite-successfully tackled an ambitious project. As a result, we now have a Fortran frontend for LLVM capable of compiling real packages (BLAS, LAPACK, etc.), and correctly executing the test suites for those packages. Thanks to Alex, and to Google, we now have a solid foundation from which to build a community-developed LLVM Fortran frontend. https://github.com/hyp/flang -Hal ----- Original Message -----> > Hi everyone! > > Today is the official "pencils down" day for GSoC and I wrote a > report describing what results I've achieved since my last report in > July: > > > http://flang-gsoc.blogspot.ie/2013/09/end-of-gsoc-report.html > > > Thanks for this GSoC LLVM! > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >-- Hal Finkel Assistant Computational Scientist Leadership Computing Facility Argonne National Laboratory
On Mon, Sep 23, 2013 at 6:09 AM, Hal Finkel <hfinkel at anl.gov> wrote:> I'd like to publicly congratulate Alex for his excellent work this summer! He worked diligently throughout the entire period, and he quite-successfully tackled an ambitious project. As a result, we now have a Fortran frontend for LLVM capable of compiling real packages (BLAS, LAPACK, etc.), and correctly executing the test suites for those packages. Thanks to Alex, and to Google, we now have a solid foundation from which to build a community-developed LLVM Fortran frontend. > > https://github.com/hyp/flangCongratulations Alex! It would be nice to have a flang buildbot. Unfortunately, I don't have time to write the necessary zorg magic to check out/compile flang. But I would be happy to host a buildbot if somebody writes the necessary zorg code. Dmitri -- main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if (j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
On Sep 23, 2013, at 5:25 AM, Alex L <arphaman at gmail.com> wrote:> Hi everyone! > > Today is the official "pencils down" day for GSoC and I wrote a report describing what results I've achieved since my last report in July: > > http://flang-gsoc.blogspot.ie/2013/09/end-of-gsoc-report.html > > Thanks for this GSoC LLVM!Wow, this is really fantastic work. I'm surprised and impressed by how much progress you made. Can you comment more about Pathscale's plans, and why they don't want to release the code? -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130923/2c81ab4f/attachment.html>
On 09/23/13 11:54 PM, Chris Lattner wrote:> > On Sep 23, 2013, at 5:25 AM, Alex L <arphaman at gmail.com > <mailto:arphaman at gmail.com>> wrote: > >> Hi everyone! >> >> Today is the official "pencils down" day for GSoC and I wrote a >> report describing what results I've achieved since my last report in >> July: >> >> http://flang-gsoc.blogspot.ie/2013/09/end-of-gsoc-report.html >> >> Thanks for this GSoC LLVM! > > Wow, this is really fantastic work. I'm surprised and impressed by > how much progress you made. > > Can you comment more about Pathscale's plans, and why they don't want > to release the code?Initially the code will continue to be developed privately, but there's a big ?<question mark> and sticky note to look at what makes best sense - It's a conservative approach, but that's how it is for now. We're open to feedback - both on and off list... -------- It's along the same lines as to why OpenCL by most vendors is developed privately..... (I realize this has gotten a lot more attention and better in the past 1-2 years)