Add an AVX512 enabled DSCAL function
[platform/upstream/openblas.git] / README.md
1 # OpenBLAS
2
3 [![Join the chat at https://gitter.im/xianyi/OpenBLAS](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/xianyi/OpenBLAS?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4
5 Travis CI: [![Build Status](https://travis-ci.org/xianyi/OpenBLAS.svg?branch=develop)](https://travis-ci.org/xianyi/OpenBLAS)
6
7 AppVeyor: [![Build status](https://ci.appveyor.com/api/projects/status/09sohd35n8nkkx64/branch/develop?svg=true)](https://ci.appveyor.com/project/xianyi/openblas/branch/develop)
8
9 ## Introduction
10
11 OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
12
13 Please read the documentation on the OpenBLAS wiki pages: <http://github.com/xianyi/OpenBLAS/wiki>.
14
15 ## Binary Packages
16
17 We provide official binary packages for the following platform:
18
19   * Windows x86/x86_64
20
21 You can download them from [file hosting on sourceforge.net](https://sourceforge.net/projects/openblas/files/).
22
23 ## Installation from Source
24
25 Download from project homepage, http://xianyi.github.com/OpenBLAS/, or check out the code
26 using Git from https://github.com/xianyi/OpenBLAS.git.
27
28 ### Dependencies
29
30 Building OpenBLAS requires the following to be installed:
31
32 * GNU Make
33 * A C compiler, e.g. GCC or Clang
34 * A Fortran compiler (optional, for LAPACK)
35 * IBM MASS (optional, see below)
36
37 ### Normal compile
38
39 Simply invoking `make` (or `gmake` on BSD) will detect the CPU automatically.
40 To set a specific target CPU, use `make TARGET=xxx`, e.g. `make TARGET=NEHALEM`.
41 The full target list is in the file `TargetList.txt`.
42
43 ### Cross compile
44
45 Set `CC` and `FC` to point to the cross toolchains, and set `HOSTCC` to your host C compiler.
46 The target must be specified explicitly when cross compiling.
47
48 Examples:
49
50 * On an x86 box, compile this library for a loongson3a CPU:
51   ```sh
52   make BINARY=64 CC=mips64el-unknown-linux-gnu-gcc FC=mips64el-unknown-linux-gnu-gfortran HOSTCC=gcc TARGET=LOONGSON3A
53   ```
54
55 * On an x86 box, compile this library for a loongson3a CPU with loongcc (based on Open64) compiler:
56   ```sh
57   make CC=loongcc FC=loongf95 HOSTCC=gcc TARGET=LOONGSON3A CROSS=1 CROSS_SUFFIX=mips64el-st-linux-gnu-   NO_LAPACKE=1 NO_SHARED=1 BINARY=32
58   ```
59
60 ### Debug version
61
62 A debug version can be built using `make DEBUG=1`.
63
64 ### Compile with MASS support on Power CPU (optional)
65
66 The [IBM MASS](http://www-01.ibm.com/software/awdtools/mass/linux/mass-linux.html) library
67 consists of a set of mathematical functions for C, C++, and Fortran applications that are
68 are tuned for optimum performance on POWER architectures.
69 OpenBLAS with MASS requires a 64-bit, little-endian OS on POWER.
70 The library can be installed as shown:
71
72 * On Ubuntu:
73   ```sh
74   wget -q http://public.dhe.ibm.com/software/server/POWER/Linux/xl-compiler/eval/ppc64le/ubuntu/public.gpg -O- | sudo apt-key add -
75   echo "deb http://public.dhe.ibm.com/software/server/POWER/Linux/xl-compiler/eval/ppc64le/ubuntu/ trusty main" | sudo tee /etc/apt/sources.list.d/ibm-xl-compiler-eval.list
76   sudo apt-get update
77   sudo apt-get install libxlmass-devel.8.1.5
78   ```
79
80 * On RHEL/CentOS:
81   ```sh
82   wget http://public.dhe.ibm.com/software/server/POWER/Linux/xl-compiler/eval/ppc64le/rhel7/repodata/repomd.xml.key
83   sudo rpm --import repomd.xml.key
84   wget http://public.dhe.ibm.com/software/server/POWER/Linux/xl-compiler/eval/ppc64le/rhel7/ibm-xl-compiler-eval.repo
85   sudo cp ibm-xl-compiler-eval.repo /etc/yum.repos.d/
86   sudo yum install libxlmass-devel.8.1.5
87   ```
88
89 After installing the MASS library, compile OpenBLAS with `USE_MASS=1`.
90 For example, to compile on Power8 with MASS support: `make USE_MASS=1 TARGET=POWER8`.
91
92 ### Install to a specific directory (optional)
93
94 Use `PREFIX=` when invoking `make`, for example
95
96 ```sh
97 make install PREFIX=your_installation_directory
98 ```
99
100 The default installation directory is `/opt/OpenBLAS`.
101
102 ## Supported CPUs and Operating Systems
103
104 Please read `GotoBLAS_01Readme.txt`.
105
106 ### Additional supported CPUs
107
108 #### x86/x86-64
109
110 - **Intel Xeon 56xx (Westmere)**: Used GotoBLAS2 Nehalem codes.
111 - **Intel Sandy Bridge**: Optimized Level-3 and Level-2 BLAS with AVX on x86-64.
112 - **Intel Haswell**: Optimized Level-3 and Level-2 BLAS with AVX2 and FMA  on x86-64.
113 - **AMD Bobcat**: Used GotoBLAS2 Barcelona codes.
114 - **AMD Bulldozer**: x86-64 ?GEMM FMA4 kernels. (Thanks to Werner Saar)
115 - **AMD PILEDRIVER**: Uses Bulldozer codes with some optimizations.
116 - **AMD STEAMROLLER**: Uses Bulldozer codes with some optimizations.
117
118 #### MIPS64
119
120 - **ICT Loongson 3A**: Optimized Level-3 BLAS and the part of Level-1,2.
121 - **ICT Loongson 3B**: Experimental
122
123 #### ARM
124
125 - **ARMv6**: Optimized BLAS for vfpv2 and vfpv3-d16 (e.g. BCM2835, Cortex M0+)
126 - **ARMv7**: Optimized BLAS for vfpv3-d32 (e.g. Cortex A8, A9 and A15)
127
128 #### ARM64
129
130 - **ARMv8**: Experimental
131 - **ARM Cortex-A57**: Experimental
132
133 #### PPC/PPC64
134
135 - **POWER8**: Optmized Level-3 BLAS and some Level-1, only with `USE_OPENMP=1`
136
137 #### IBM zEnterprise System
138
139 - **Z13**: Optimized Level-3 BLAS and Level-1,2 (double precision)
140
141 ### Supported OS
142
143 - **GNU/Linux**
144 - **MinGW or Visual Studio (CMake)/Windows**: Please read <https://github.com/xianyi/OpenBLAS/wiki/How-to-use-OpenBLAS-in-Microsoft-Visual-Studio>.
145 - **Darwin/macOS**: Experimental. Although GotoBLAS2 supports Darwin, we are not macOS experts.
146 - **FreeBSD**: Supported by the community. We don't actively test the library on this OS.
147 - **OpenBSD**: Supported by the community. We don't actively test the library on this OS.
148 - **DragonFly BSD**: Supported by the community. We don't actively test the library on this OS.
149 - **Android**: Supported by the community. Please read <https://github.com/xianyi/OpenBLAS/wiki/How-to-build-OpenBLAS-for-Android>.
150
151 ## Usage
152
153 Statically link with `libopenblas.a` or dynamically link with `-lopenblas` if OpenBLAS was
154 compiled as a shared library.
155
156 ### Setting the number of threads using environment variables
157
158 Environment variables are used to specify a maximum number of threads.
159 For example,
160
161 ```sh
162 export OPENBLAS_NUM_THREADS=4
163 export GOTO_NUM_THREADS=4
164 export OMP_NUM_THREADS=4
165 ```
166
167 The priorities are `OPENBLAS_NUM_THREADS` > `GOTO_NUM_THREADS` > `OMP_NUM_THREADS`.
168
169 If you compile this library with `USE_OPENMP=1`, you should set the `OMP_NUM_THREADS`
170 environment variable; OpenBLAS ignores `OPENBLAS_NUM_THREADS` and `GOTO_NUM_THREADS` when
171 compiled with `USE_OPENMP=1`.
172
173 ### Setting the number of threads at runtime
174
175 We provide the following functions to control the number of threads at runtime:
176
177 ```c
178 void goto_set_num_threads(int num_threads);
179 void openblas_set_num_threads(int num_threads);
180 ```
181
182 If you compile this library with `USE_OPENMP=1`, you should use the above functions too.
183
184 ## Reporting bugs
185
186 Please submit an issue in https://github.com/xianyi/OpenBLAS/issues.
187
188 ## Contact
189
190 * OpenBLAS users mailing list: https://groups.google.com/forum/#!forum/openblas-users
191 * OpenBLAS developers mailing list: https://groups.google.com/forum/#!forum/openblas-dev
192
193 ## Change log
194
195 Please see Changelog.txt to view the differences between OpenBLAS and GotoBLAS2 1.13 BSD version.
196
197 ## Troubleshooting
198
199 * Please read the [FAQ](https://github.com/xianyi/OpenBLAS/wiki/Faq) first.
200 * Please use GCC version 4.6 and above to compile Sandy Bridge AVX kernels on Linux/MinGW/BSD.
201 * Please use Clang version 3.1 and above to compile the library on Sandy Bridge microarchitecture.
202   Clang 3.0 will generate the wrong AVX binary code.
203 * The number of CPUs/cores should less than or equal to 256. On Linux `x86_64` (`amd64`),
204   there is experimental support for up to 1024 CPUs/cores and 128 numa nodes if you build
205   the library with `BIGNUMA=1`.
206 * OpenBLAS does not set processor affinity by default.
207   On Linux, you can enable processor affinity by commenting out the line `NO_AFFINITY=1` in
208   Makefile.rule. However, note that this may cause
209   [a conflict with R parallel](https://stat.ethz.ch/pipermail/r-sig-hpc/2012-April/001348.html).
210 * On Loongson 3A, `make test` may fail with a `pthread_create` error (`EAGAIN`).
211   However, it will be okay when you run the same test case on the shell.
212
213 ## Contributing
214
215 1. [Check for open issues](https://github.com/xianyi/OpenBLAS/issues) or open a fresh issue
216    to start a discussion around a feature idea or a bug.
217 2. Fork the [OpenBLAS](https://github.com/xianyi/OpenBLAS) repository to start making your changes.
218 3. Write a test which shows that the bug was fixed or that the feature works as expected.
219 4. Send a pull request. Make sure to add yourself to `CONTRIBUTORS.md`.
220
221 ## Donation
222
223 Please read [this wiki page](https://github.com/xianyi/OpenBLAS/wiki/Donation).