ATLAS(自动调谐线性代数软件)为任意基于缓存的架构提供高度优化的线性代数内核。该项目是一个持续的研究工作,侧重于应用经验技术,以提供便携性能。 目前, ATLAS为整个BLAS API提供ANSI C和Fortran77接口,以及LAPACK AP的一小部分。
如果您下载软件,则检查ATLAS勘误文件非常重要。 此文件列出了ATLAS中的所有已知错误,以及所有已知的系统问题(例如,编译器错误等),以及任何修复程序和解决方法。
ATLAS(自动调谐线性代数软件)为任意基于缓存的架构提供高度优化的线性代数内核。 (ATLAS (Automatically Tuned Linear Algebra Software) provides highly optimized Linear Algebra kernels for arbitrary cache-based architectures.)
ATLAS(自动调谐线性代数软件)为任意基于缓存的架构提供高度优化的线性代数内核。该项目是一个持续的研究工作,侧重于应用经验技术,以提供便携性能。 目前, ATLAS为整个BLAS API提供ANSI C和Fortran77接口,以及LAPACK AP的一小部分。
如果您下载软件,则检查ATLAS勘误文件非常重要。 此文件列出了ATLAS中的所有已知错误,以及所有已知的系统问题(例如,编译器错误等),以及任何修复程序和解决方法。
名稱與所有者 | math-atlas/math-atlas |
---|---|
主編程語言 | C |
編程語言 | Shell (語言數: 18) |
平台 | |
許可證 | Other |
創建於 | 2011-02-01 01:11:05 |
---|---|
推送於 | 2019-12-16 15:36:18 |
最后一次提交 | 2019-06-11 17:26:08 |
發布數 | 4 |
最新版本名稱 | v3.11.40 (發布於 2018-10-02 20:32:29) |
第一版名稱 | v3.9.34 (發布於 ) |
星數 | 182 |
---|---|
關注者數 | 13 |
派生數 | 35 |
提交數 | 3.6k |
已啟用問題? | |
問題數 | 25 |
打開的問題數 | 15 |
拉請求數 | 59 |
打開的拉請求數 | 2 |
關閉的拉請求數 | 4 |
已啟用Wiki? | |
---|---|
已存檔? | |
是復刻? | |
已鎖定? | |
是鏡像? | |
是私有? |
#. Use git to grab the files from github, using one of the workflow ideas
outlined by
gitwash <http://math-atlas.sourceforge.net/devel/githtml/index.html>
__.
#. Extract Makefile that will build the ATLAS source tree:
Decide where you wish to create the ATLAS source tree. This directory should
not presently exist, since the Makefile is going to create it for you.
Create the source tree with the command::
make srcdir=
if srcdir is not given the Makefile creates a directory TEST in the
math-atlas directory (i.e. srcdir defaults to ./TEST).
#. Create ATLAS source tree:
cd to your srcdir and issue make to build the ATLAS tree.
After the tree is built, ./atltar.sh will build the standard
tarfile from the ATLAS source tree generated by make.
extract <http://www.csc.lsu.edu/~whaley/extract/Extract.html>
__
in order to understand why I use basefiles, and what extract
is doing when creating your source tree.