当前位置: 首页 > 软件库 > 神经网络/人工智能 > >

lfortran

授权协议 View license
开发语言 Python
所属分类 神经网络/人工智能
软件类型 开源软件
地区 不详
投 递 者 訾高飞
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

LFortran

LFortran is a modern open-source (BSD licensed) interactive Fortran compilerbuilt on top of LLVM. It can execute user's code interactively to allowexploratory work (much like Python, MATLAB or Julia) as well as compile tobinaries with the goal to run user's code on modern architectures such asmulti-core CPUs and GPUs.

Website: https://lfortran.org/

Documentation

All documentation, installation instructions, motivation, design, ... isavailable at:

https://docs.lfortran.org/

Which is generated using the files in the doc directory.

Development

We welcome all contributions.The main development repository is at GitLab:

https://gitlab.com/lfortran/lfortran

Please use it to open issues or send merge requests.See the CONTRIBUTING document for more information.

Main mailinglist:

https://groups.io/g/lfortran

You can also chat with us on Zulip ().

CI status on master:

We maintain an official GitHub read-onlymirror(please do not send pullrequests there, use our GitLab repository instead).

  • 基于LLVM,现在是pre alpha。很快就有发布版 LFortran 是一款现代开源 (BSD 许可) 交互式fortran编译器,建在 LLVM 之上。它可以以交互式身份执行用户代码,以便进行探索性工作(很像 Python、MATLAB 或 Julia),还可以编译成二进制文件,目标是在多核 CPU 和 GPU 等现代架构上运行用户代码。 网站: https://lfortran.org/

相关阅读

相关文章

相关问答

相关文档